Re: [xsl] doctype declaration and msxmldom

Subject: Re: [xsl] doctype declaration and msxmldom
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 20 Jun 2003 14:14:12 +0100
> 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


Current Thread