[xsl] String literal error

Subject: [xsl] String literal error
From: Arthur Maloney <ArthurMaloney@xxxxxxxxxx>
Date: Tue, 29 Jul 2003 10:00:01 +0100
Hello xsl-list,

<xsl:param name="delimiter"     select=" ',' "/>
<xsl:param name="quote-mark" select=" '  "/>

I am using above to produce SQL csv text file
Top one works fine

The 2nd gives error "a string literal was not enclosed"
Dear xsl-ers ,

<xsl:param name="delimiter"     select=" ',' "/>
<xsl:param name="quote-mark" select=" '  "/>

I'm using the above to produce SQL csv text file.

1st works fine
2nd gives error "a string literal was not enclosed"

I'm using <xsl:text>'</xsl:text> as a work around.


How do you put ' or " into a parameter ?


-- 
Best regards,
 Arthur                          mailto:ArthurMaloney@xxxxxxxxxx


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


Current Thread