This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Parameters with Xalan 1.2 or 2.0



>  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@lists.mulberrytech.com'"                               
                    com>                               <xsl-list@lists.mulberrytech.com>                                         
                    Sent by:                           cc:     (bcc: Scott Boag/CAM/Lotus)                                       
                    owner-xsl-list@lists.mulber        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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]