|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: R: Outputting XML to hidden HTML form fields
> That's what I need, but MSXSL (correctly, I guess :-))) automatically > escapes everything inside the <xsl:attribute>, even if you add > "disable-output-escaping='yes'" to each <xsl:text> element. Yes but this isn't a restriction of XSL (or the MSXSL implementation) It's a restriction of XML. You can not have a literal < in an attribute value. So if you want the output to be XML there is no way to get what you want, even if you used a non standard extension function. You can have literal < in HTML (because that's SGML not XML) so an alternative would be to use the HTML output method. > <xsl:text disable-output-escaping="yes"><input type="hidden" > name="_desc_</xsl:text> You don't need the disable-output-escaping here (although it does no harm) David _____________________________________________________________________ This message has been checked for all known viruses by Star Internet delivered through the MessageLabs Virus Control Centre. For further information visit http://www.star.net.uk/stats.asp XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








