xsl-list
[Top] [All Lists]

Re: [xsl] Modern web site design with XML and XSLT

2010-01-06 12:24:59


Unless someone knows of a browser that supports <xsl:output/> ?

firefox supports it if transform is intiated from javascript, not sure
of xml-stylesheet pi

https://developer.mozilla.org/en/Using_the_Mozilla_JavaScript_interface_to_XSL_Transformations

var newDocument = processor.transformToDocument(domToBeTransformed);

The resultant object is an HTMLDocument if the output method of the
stylesheet is html, an XMLDocument for xml, and for output method text
an XMLDocument with a single root element <transformiix:result> with the
text as a child. 

David

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--