T
Tuomas Rannikko
Hello!
I have a simple question about DTDs: Should this be possible?
<!DOCTYPE root [
<!ELEMENT root (#PCDATA)>
<!ELEMENT this EMPTY>
<!ELEMENT that EMPTY>
<!ENTITY % param "that">
In the XML specification I can't find the spot where it says this would
be disallowed; however Xerces complains about the parameter entity being
in markup.
- Tuomas
I have a simple question about DTDs: Should this be possible?
<!DOCTYPE root [
<!ELEMENT root (#PCDATA)>
<!ELEMENT this EMPTY>
<!ELEMENT that EMPTY>
<!ENTITY % param "that">
In the XML specification I can't find the spot where it says this would
be disallowed; however Xerces complains about the parameter entity being
in markup.
- Tuomas