Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Segull

    How do you add an attribute to an element

    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...
  2. Segull

    Deleting Element declarations from a DTD to get the same XML doccument

    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??

Part and Inventory Search

Back
Top