[Home] [By Thread] [By Date] [Recent Entries]

  • From: hxzhang <hxzhang@c...>
  • To: xml-dev@l...
  • Date: Mon, 12 Mar 2001 17:32:46 -0700 (Mountain Standard Time)

I tried this as found on web:
in one DTD file called "main.dtd", I specified a element
<!ELEMENT main (#PCDATA)> with a lot of subelements

in another DTD file in the same directory, i want to include that element
as an entity like:

<!ENTITY % main SYSTEM "main.dtd">
<!ELEMENT super_main (%main;) >

but this is rejected by parser. Isn't this correct?



Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member