[
Lists Home |
Date Index |
Thread Index
]
- From: richard@cogsci.ed.ac.uk (Richard Tobin)
- To: xml-dev@xml.org
- Date: 7 Jul 2000 21:40:52 GMT
In article <000901bfe84f$b47db1a0$82ddd7cf@planetpratt.com>,
Chris Pratt <chris@planetpratt.com> wrote:
>And everything was working fine until I added the following to the aml.dtd
>file:
>
><!ENTITY % boolean "(true | false)">
>
><!ELEMENT test ANY>
> <!ATTLIST test name CDATA #REQUIRED
> value CDATA #IMPLIED
> isnull %boolean; "false"
>Now I get "org.xml.sax.SAXParseException: PE reference within decl in
>internal subset." because of the entity reference.
Something's wrong with your parser. The PE reference you have added
is not in the internal subset.
-- Richard
--
Spam filter: to mail me from a .com/.net site, put my surname in the headers.
"The Internet is really just a series of bottlenecks joined by high
speed networks." - Sam Wilson
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|