[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Dynamic processing of xml file using xsl and java

Subject: Re: Dynamic processing of xml file using xsl and javascript (200411/msg00765)
From: Emmanouil Batsis <Emmanouil.Batsis@xxxxxxxxxxx>
Date: Mon, 31 Oct 2005 18:55:03 +0200
java xsl sort
Hi Alan,

Please use the SF project forum for sarissa issues, this is an XSLT-only list :-)

Alan Varga wrote:

var xslDoc = Sarissa.getDomDocument("Band-Cadet.xsl");


This is wrong. If you actually take a look at the API and HOWTOs [1], you'll see that getDomDocument is not doing what you think. The right way is more like

var xslDoc = Sarissa.getDomDocument();
xslDoc.async = true;// optional
xslDoc.load("Band-Cadet.xsl");


Same goes on how you load your XML file etc. If you have more questions please check out the project page [2] where you can find the forum and all.


[1] http://sarissa.sourceforge.net/doc/
[2] https://sourceforge.net/projects/sarissa/

Cheers,

Manos

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.