Re: [xsl] Escaping <xsl:element> ouput

Subject: Re: [xsl] Escaping <xsl:element> ouput
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 7 Aug 2008 10:33:21 +0100
It would help if you said whether you were using xslt 2 or xslt 1.
To do any kind of two-pass transformation in xslt 1 (generate html, then
serialise it as a javascript quoted string in your case) it's much
simpler if you have the x:node-set() extension available  (which is the
case in almost all xslt 1 engines except safair and firefox 2)

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

Current Thread