Re: xsl and url parameter strings

Subject: Re: xsl and url parameter strings
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 14 Feb 2000 23:32:16 GMT
> The processor seems to choke on & character, thinking it's the beginning of
> entity declaration.

That's because it is the beginning of an entity declaration.
Your input is not well formed xml so will not get past an xml parser,
and so your xsl enjine will not see it.

use &amp; to get an ampersand in xml.

David


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


Current Thread