Re: [xsl] disable output escaping when setting attribute value

Subject: Re: [xsl] disable output escaping when setting attribute value
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 20 Mar 2002 11:05:59 GMT
> I would like to somehow produce html output like this:

> <a href="something.jsp?fetch=reset&anythingelse=something"><a/>

Why? It is wrong to have the & unescaped, even in HTML Some browsers may
correct the error and so teh link will appear to work, but it is still
wrong. &amp; is required.

David



_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread