Re: disable-output-escaping
Martin Honnen <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | Liberty Development |
| Message-ID | <[email protected]> |
Gabriel Blum wrote: > I think ... and it's just a humble thought > > that by definition.... ( taken from http://www.w3.org/TR/xslt ) > "This specification defines the syntax and semantics of XSLT, which is a > language for transforming XML documents into other XML documents." > > You know, transforming "documents" into "documents"... That means the output > of the transformation should be a document, > not a dom-tree, not anything else; Well if you want to cite a spec to make your case then read it completely, for instance <http://www.w3.org/TR/xslt#output> says: "An XSLT processor may output the result tree as a sequence of bytes, although it is not required to be able to do so (see [17 Conformance])" and <http://www.w3.org/TR/xslt#disable-output-escaping> clearly says: "An XSLT processor is not required to support disabling output escaping." -- Martin Honnen http://JavaScript.FAQTs.com/