Hi there,
Let's say we have a DTD simmilar to the following format
<!DOCTYPE BOOK [
<!ELEMENT BOOK (TITLE,(CHAPTER)+)>
<!ELEMENT CHAPTER (TITLE,AUTHOR))>
<!ELEMENT TITLE %TEXT >
<!ENTITY TEXT (#CDATA)>
]>
Now if we wanted to add an attribute for example <ISBN> (which is a REQUIRED...
Hi,
It's my first time here.. so I hope I get a good response. I had a question for you XML gurus.. Let's say I had a DTD which validates an XML doccument, Can we remove element declarations from the DTD and modify the remaining element declarations and still validate and regenerate the same XML??
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.