RE: [xsl] doctype declaration and msxmldom

Subject: RE: [xsl] doctype declaration and msxmldom
From: "Whitney, Dan (CanWest Interactive)" <DWhitney@xxxxxxxxxxx>
Date: Fri, 20 Jun 2003 12:13:30 -0400
Thanks for all the responses, and you're right, the way I broached this
problem doesn't belong in this group, but I guess the jist of the question
was really - was the way I was trying to translate "&eacute;" acceptable or
not? and if there might be some other (better?) way of doing the
translation?

For those of you who suggested the 'encoding="iso-8859-1"' the problem is
that I have "Montr&eacute;l" in my XML NOT "Montréal" otherwise that
suggestion would have worked fine.

Thanks again,

Dan

-----Original Message-----
From: Nancy Pate [mailto:paten@xxxxxxxxxxx]
Sent: June 20, 2003 9:26 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] doctype declaration and msxmldom


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

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


Current Thread