Re: [xsl] XSL

Subject: Re: [xsl] XSL
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 28 Mar 2001 10:23:17 -0500
At 01/03/28 15:55 +0100, Peter.FLYNN@xxxxxxxxxxxxxxxxx wrote:
Can anyone see the reason as to why this doesn't work quite right.
...
<xsl:attribute name="HREF" saxon:disable-output-escaping="yes"
xmlns:saxon="http://icl.com/saxon";>
<xsl:text>/ContactManager/contact?query=getXMLDetailedOrganisationByOrgId&st
ylesheet=yes&org_id=${CONTACT_ID}</xsl:text>
</xsl:attribute>
View Organisation
</A>

Is it complaining about the & or something else?

The '&' ... you still need to put '&amp;' in your #PCDATA to get just a '&' in escape-disabled output.


.................. Ken

--
G. Ken Holman                      mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.               http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0     +1(613)489-0999   (Fax:-0995)
Web site:     XSL/XML/DSSSL/SGML/OmniMark services, training, products.
Book:  Practical Transformation Using XSLT and XPath ISBN 1-894049-06-3
Article: What is XSLT? http://www.xml.com/pub/2000/08/holman/index.html
Next public instructor-led training:  2001-04-06,2001-05-01,2001-05-14,
-               2001-05-15,2001-05-16,2001-05-17,2001-05-21,2001-05-22,
-                2001-06-18,2001-06-21,2001-07-20,2001-07-21,2001-09-19

!!Five-day XSLT/XPath/XSLFO Training Blitz June 18-22, 2001 in Ottawa!!


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



Current Thread