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)
-> - Graphical endpoint support (1)
-> + Find in all files function (3)
-> + Missing Close All (2)
-> - ambigous selection (1)
-> - Very Complex Flat File convert... (1)
-> + multiple file select (5)
-> + Tidying XML (4)
-> + open file filter amnesia (2)
-> + Indenting without tabs (2)
-> + Do stylus studio provide any S... (2)
-> - http://www.milyn.org/schema/ed... (1)
-> + Error running on UNIX (12)
-> + Converting a CATDrawing to a B... (5)
-> + Sense:X - Remembering recently... (3)
-> + Parser for XML Schema 1.1 (4)
-> + Request: Additional pane/windo... (2)
-> + Bug for Mark all in find dialo... (4)
-> - XML Schema (XSD) diagram edito... (1)
-> - permanently assign a font to a... (1)
-> + newline=null in EDIFACT conver... (3)
-- Previous [61-80] [81-100] [101-120] Next
+ Stylus Studio Technical Forum (14621)
+ Website Feedback (249)
+ XSLT Help and Discussion (7625)
+ XQuery Help and Discussion (2017)
+ Stylus Studio FAQs (159)
+ Stylus Studio Code Samples & Utilities (364)
+ Stylus Studio Announcements (113)
Topic  
Postnext
joshy joseSubject: how to call java script function from an xsl file.
Author: joshy jose
Date: 24 May 2009 03:25 PM

I want to call the following javascript function from an xsl file.

Is it possible to call a javascript function witj XSLT1.0 library?

If it is possible,what is the syntax of calling it?


function MyGetDateTime(Str1)
{
var Strs;
var StrRet;
regExpression = /-|T|:/;

d = new Date(2007,08,22);
Strs = Str1.split(regExpression);

d.setFullYear (Strs[0]);

d.setMonth(Strs[1]-1);
d.setDate(Strs[2]);

d.setHours(Strs[3]);
d.setMinutes(Strs[4]);
d.setSeconds(Strs[5]);

return d.toLocaleString();

}

Thanks ,
Josh

Posttop
Tony LavinioSubject: how to call java script function from an xsl file.
Author: Tony Lavinio
Date: 25 May 2009 02:10 PM
Please don't ask the same question in multiple forums.

   
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.