[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Ampersand problem

Subject: Re: Ampersand problem
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Wed, 26 Mar 2003 08:25:19 -0800 (PST)
smil href
> I don't know if this will work on Xalan or  other Java processors >
because I don't have access to it at this very second, but it works on 
> MSXML4. This is a hideous hack, kids, don't try this at home:
> 
> <xsl:output method="html"/>
> <xsl:variable name="amper">
> <xsl:text>&</xsl:text>
> </xsl:variable>
> <xsl:template match="/">
> <smil href="{$amper}">
> </smil>
> </xsl:template>
> </xsl:stylesheet>
> 
> In other words, change the output method to HTML. You shouldn't need
> DOE.

This is a bug -- in fact MSXML3/4 only miss escaping an ampersand if
it's the last character in the value of an (html) attribute.

Try:

      <smil href="{$amper}{$amper}"></smil>

and the result is:


      <smil href="&&"></smil>




=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL

__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.