XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
Rinaudo StephSubject: script in xsl:variable
Author: Rinaudo Steph
Date: 29 Mar 2002 04:01 AM
I have the following code:



>fillGetLabelAbreviation("QualiteCivile","");






In result I have:
fillGetLabelAbreviation("QualiteCivile","3");

The parsing recognize the script tag , but it writes the text instead of applying the function

The problem comes from the tag xsl:variable

Thanks for answering

Posttop
Ivan PedruzziSubject: RE: script in xsl:variable
Author: Ivan Pedruzzi
Date: 29 Mar 2002 08:18 AM


Hi Rinaudo,

You need to evaluate the function, here is an example


xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
xmlns:user="http://mycompany.com/mynamespace">



function fillGetLabelAbreviation(p1, p2){
return p1 + ' ' +p2;
}
]]>




select="user:fillGetLabelAbreviation('QualiteCivile', '3')"/>





You should post the full XSL then we can give you more specific help.


Ivan Pedruzzi
eXcelon Corporation
http://www.stylusstudio.com



> -----Original Message-----
> From: stylus-studio-xslt Listmanager [mailto:listmanager]
> Sent: Friday, March 29, 2002 4:13 AM
> To: Recipients of 'stylus-studio-xslt' suppressed
> Subject: script in xsl:variable
>
>
> From: "Rinaudo Steph"
>
> I have the following code:
>
>
>
> >fillGetLabelAbreviation("QualiteCivile"," > select="codeQualiteCivile"/>");
>
>
>

>

>
>
> In result I have:
> fillGetLabelAbreviation("QualiteCivile","3");
>
> The parsing recognize the script tag , but it writes the text
> instead of applying the function
>
> The problem comes from the tag xsl:variable
>
> Thanks for answering
>
>
>
> To reply: mailto:stylus-studio-xslt.4903@edn.exceloncorp.com
> To start a new topic: mailto:stylus-studio-xslt@edn.exceloncorp.com
> To login: http://edn.exceloncorp.com/~SSDN
>
>

 
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.