I have the tag:<br>
<content>If a > b then b < a </content><br>
<br>
and declared it in the DTD as <br>
<!ELEMENT content (#PCDATA)*><br>
<br>
but it doesn't like the "<" sign in between the content tags. How can I work around this?
Actually I resolved this problem by changing it to<br>
<contents>if a > b then b < a</contents> in the .xml file, didn't need to change the dtd.<br>
<br>
thanks<br>
Scott
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.