yet another trang rng -> DTD question : namespaces

Sebastian Rahtz <[email protected]>
Newsgroups gmane.text.xml.relaxng.general
Message-ID <[email protected]>
I don't want to see ungrateful :-}, but this, with  
ns="http://www.tei-c.org/ns/1.0",

  <define name="TEI">
    <element name="TEI">
      <ref name="content.TEI"/>
    </element>
  </define>

turns into this:

<!ELEMENT ns1:TEI (%content.TEI;)>
<!ATTLIST ns1:TEI
  xmlns:ns1 CDATA #FIXED 'http://www.tei-c.org/ns/1.0'
  %attributes.TEI;>

which "traditional" XML parsers seem unable to cope with, as they don't 
understand
namespaces in DTDs. Are they mistaken?

Sebastian
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.