[
Lists Home |
Date Index |
Thread Index
]
- From: Tim Bray <tbray@textuality.com>
- To: "Chris Pratt" <chris@planetpratt.com>, <xml-dev@xml.org>
- Date: Fri, 07 Jul 2000 14:30:47 -0700
At 01:12 PM 07/07/00 -0700, Chris Pratt wrote:
><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
>"DTD/xhtml1-strict.dtd" [
> <!ENTITY % aml SYSTEM "DTD/aml.dtd">
> %aml;
>]>
>
>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"
This would work fine if you did it in the external subset, but it's
in the internal (yes, pulled in by PE ref, but whatever) and you can't
do partial-declaration PE references in the internal subset. -T.
***************************************************************************
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/
***************************************************************************
|