Re: [xsl] Quotation marks within quotation marks

Subject: Re: [xsl] Quotation marks within quotation marks
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 14 Aug 2003 16:46:46 +0100
There are various ways of getting a string with quotation marks (I
believe the faq for this list has a section on that) but
element-available takes an element name and tells you if that element is
available as an extension function for use in the stylesheet.  So the
argument req:parameter[@name='additional_group'] would be an error
irrespective of quoting.

Given that you use it in a selct-of it appears to be an Xpath to a node
in the source, I suspect that what you want is

 <xsl:if test="req:parameter[@name='additional_group']" >...

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread