OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: Multiple DTD's

[ 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/
***************************************************************************

  • References:



 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS