Sam,
I get:
Generating update script
file:///d:/Wrkfile/Repositories/external/cvs/jakarta-alexandria/proposal/gum
p/stylesheet/bash.xsl; Line 628; Column 63;
XSLT Error (javax.xml.transform.TransformerConfigurationException):
misquoted literal... expected single quote!
And I can't fix it. Any ideas?
John.
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, 21 March 2001 6:31 pm
> To: [EMAIL PROTECTED]
> Subject: cvs commit: jakarta-alexandria/proposal/gump/stylesheet
> bash.xsl
>
>
> rubys 01/03/21 10:30:47
>
> Modified: proposal/gump/stylesheet bash.xsl
> Log:
> More fun with the bash shell
>
> Revision Changes Path
> 1.19 +1 -1
> jakarta-alexandria/proposal/gump/stylesheet/bash.xsl
>
> Index: bash.xsl
> ===================================================================
> RCS file:
> /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/bash.xsl,v
> retrieving revision 1.18
> retrieving revision 1.19
> diff -u -r1.18 -r1.19
> --- bash.xsl 2001/03/20 19:00:56 1.18
> +++ bash.xsl 2001/03/21 18:30:42 1.19
> @@ -625,7 +625,7 @@
> <xsl:param name="string"/>
>
> <xsl:variable name="work"
> - select="translate($string,'(){&#"',';;;;;;')"/>
> + select="translate($string,'(){&#"'',';;;;;;;')"/>
>
> <xsl:choose>
> <xsl:when test="contains($work,';')">
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]