RE: [xsl] doctype declaration and msxmldom

Subject: RE: [xsl] doctype declaration and msxmldom
From: "Nancy Pate" <paten@xxxxxxxxxxx>
Date: Fri, 20 Jun 2003 09:26:21 -0400
Okay.  Then shouldn't Dan's DOCTYPE declaration work?  You can declare
ISO entities in a DTD.  Or is it just an MSXML problem?

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of David
Carlisle
Sent: Friday, June 20, 2003 9:14 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] doctype declaration and msxmldom



> But DOCTYPE requires a DTD.

That is a tautology though, the DTD is that that is referenced by the
doctype.

It doesn't require an external file and it doesn't require that all
elements are declared.

<!DOCTYPE a [
<!ATTLIST b x ID #IMPLIED>
]>
<a>
<b x="z"/>
</a>

is a well formed document and the element b has ID z.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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



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


Current Thread