[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] XSLT 1.0 support in browsers
Subject: Re: [xsl] XSLT 1.0 support in browsers
From: Julian Reschke <julian.reschke@xxxxxx>
Date: Tue, 01 May 2007 23:21:46 +0200
|
David Carlisle wrote:
Problem is, it may conflict with the document's DTD (this applies
for instance for RFC2629's DTD).
there's always
<!DOCTYPE foo SYSTEM "whatever" [
<!ATTLIST foo xml:space #IMPLIED>
]>
<foo xml:space="preserve">
....
Not that the other browsers (apart frm IE) fetch the DTD anyway.
Understood. But that defeats the idea to have a single master document
that you can maintain and serve directly...
Best regards, Julian
| Current Thread |
|
Colin Adams - Wed, 02 May 2007 05:10:45 +0100
|
|