Re: [xsl] a way to use Ampersands in xsl file

Subject: Re: [xsl] a way to use Ampersands in xsl file
From: "Devon Y." <vehementpetal@xxxxxxxxxxx>
Date: Wed, 12 Feb 2003 09:12:22 -0500

there is a sample of my xsl file.
in "Line 150" i use an Ampersand.

Ampersands in any kind of XML file, must be represented as an entity. So you need to replace the "&" with "&amp;" in your code. It'll be read as a normal ampersand when parsed.



Devon



_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963



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



Current Thread