[xsl] RE: parameter entity in DTD (was untitled)

Subject: [xsl] RE: parameter entity in DTD (was untitled)
From: Dan Diebolt <dandiebolt@xxxxxxxxx>
Date: Thu, 10 May 2001 03:50:16 -0700 (PDT)
>Parameter entities can be used in XML DTDs as well:
>
>Declarations like
>
><!ENTITY % children  '(A,B,C)'>
><!ELEMENT father %children; >
><!ELEMENT mother %children; >

But doesn't the SGML statements have to occur within a DOCTYPE?
I stand corrected if I overlooked something, but I get an error
if I attempt to place SGML statements in the XML without including
them in the internal subset of a DOCTYPE.

Regards,

Dan


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread