xsl-list
[Top] [All Lists]

String literal error

2003-07-29 02:00:01
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(_at_)seipas(_dot_)com


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



<Prev in Thread] Current Thread [Next in Thread>