Re: [xsl] Parameters with Xalan 1.2 or 2.0

Subject: Re: [xsl] Parameters with Xalan 1.2 or 2.0
From: Scott_Boag@xxxxxxxxx
Date: Tue, 30 Jan 2001 12:14:05 -0500
>  xsl:value-of select="{$param1}" /

The use of curly braces, which is called an Attribute Value Template (AVT),
is only allowed where the XSLT specification specifies.  The are not
allowed in select attributes.

-scott




                                                                                                                                 
                    "Haag, Siegfried"                                                                                            
                    <Siegfried.Haag@softwareag.        To:     "'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'"                               
                    com>                               <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>                                         
                    Sent by:                           cc:     (bcc: Scott Boag/CAM/Lotus)                                       
                    owner-xsl-list@xxxxxxxxxxxx        Subject:     [xsl] Parameters with Xalan 1.2 or 2.0                       
                    rytech.com                                                                                                   
                                                                                                                                 
                                                                                                                                 
                    01/30/01 12:15 PM                                                                                            
                    Please respond to xsl-list                                                                                   
                                                                                                                                 
                                                                                                                                 




Hi,

the UseStylesheetParam example in Xalan does not work
like the XLT-spec of w3c says:
 xsl:value-of select="$param1" /
is ok. The string is copied to the place.

But
 xsl:value-of select="{$param1}" /
makes an error: wrong character.....

Any solution, or do i misunderstand it?


Yours sincerely

Siegfried Haag
E-Business Consultant

SAG Systemhaus GmbH
Niederlassung München
Elsenheimer Strasse 11
D-80687 München

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






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


Current Thread