Declaring element with ANY name in DTD -


Is it possible to declare an element in my DTD, which can be named? So far I have learned that for any data type only it can be used:

- Ali

No, any keyword applies only to the category of element. Will any wording in the form of name , anyway? Whatever it is you are hoping for, this is not in DTD.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -