Do not use double quotes, because they are interpolated, it means, that
walue of the language environment variable is filled where $language is
typed (probably an empty string). Use single quotes.
Pavel
----- Original Message -----
From: "Bernhard Zwischenbrugger" <[EMAIL PROTECTED]>
To: "Sablotron Mailing List" <[EMAIL PROTECTED]>
Sent: Sunday, February 25, 2001 3:08 PM
Subject: [Sab] Stylesheet Parameter ignored
> Hi there
>
> I have a little Problem using sabcmd.
> Isn't that the right syntax?
> The arguments are ignored by sabcmd.
>
> Commanline:
> bash-2.03# sabcmd menu.xsl menu.xml "$language=de"
>
> XSLT-File:
>
> <?xml version="1.0" encoding="UTF-8" ?>
> <xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
> <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="no"/>
> <xsl:param name="path">Home/ZWEI/zwei/a-de/</xsl:param>
> <xsl:param name="language">en</xsl:param>
>
> <xsl:template match="/">
> <html>
> <head>
> ....
>
> sabcmd 0.50 (December 19, 2000)
> Linux neu 2.2.13 #6 Wed Feb 9 18:20:25 MET 2000 i686 unknown
>
>
> --
> Bernhard Zwischenbrugger
> Tel.: +43/1/944 57 64
> Mobil.: +43/699/1944 57 64
> http://www.datenkueche.com
>
>