xml dtd: checking value

loveluinfo

New Member
I have xml dtd file with this code. I need to check that objs consists only of the element's children. How can I do this?\[code\]<!ELEMENT db (obj, prop*)><!ELEMENT obj (obj*)><!ATTLIST obj id ID #REQUIRED><!ELEMENT prop (#PCDATA)><!ATTLIST prop objs IDREFS #REQUIRED>\[/code\]
 
Back
Top