I
Imiro
Hi,
Trying to validate this dtd example with xml-spy 5 pro:
This works:
<!ELEMENT note (#PCDATA|body)*>
<!ELEMENT body (#PCDATA)>
This doesnt:
<!ELEMENT note (#PCDATA|body)>
<!ELEMENT body (#PCDATA)>
Is this a bug when 'char or char' is allowed when repeating zero or more times?
Thanks,
Imiro
Trying to validate this dtd example with xml-spy 5 pro:
This works:
<!ELEMENT note (#PCDATA|body)*>
<!ELEMENT body (#PCDATA)>
This doesnt:
<!ELEMENT note (#PCDATA|body)>
<!ELEMENT body (#PCDATA)>
Is this a bug when 'char or char' is allowed when repeating zero or more times?
Thanks,
Imiro