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
Conferences Close Tree View
+ Stylus Studio Feature Requests (1192)
+ Stylus Studio Technical Forum (14621)
+ Website Feedback (249)
- XSLT Help and Discussion (7625)
-> + Use of before and after string (3) Sticky Topic
-> - How do I substitute element ty... (1)
-> + How does one add working days ... (4)
-> - Help, I have existing XLT and... (1)
-> + Need help on XSLT issue - (2)
-> + EDI to XML Conversion (7)
-> - XML To JSON Conversion using X... (1)
-> + Formatting Paragraphs to same ... (2)
-> - Grouping of records (1)
-> + Problems with xsd 1.1 (4)
-> + XML to HL7 mapping (3)
-> + XSLT 3 and Iterate (2)
-> + XSL-FO to PDF preview (3)
-> + java.lang.RuntimeException: Er... (2)
-> + Create Acroforms with Stylus X... (2)
-> + How to change XSLT parameter s... (3)
-> + how to change format of the da... (2)
-> + Search "Next 8 Results " doesn... (2)
-> - Support for Git (1)
-> + newbee (8)
-- [1-20] [21-40] [41-60] Next
+ XQuery Help and Discussion (2017)
+ Stylus Studio FAQs (159)
+ Stylus Studio Code Samples & Utilities (364)
+ Stylus Studio Announcements (113)
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
>
>

   
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.