AW: [xsl] Re: scripts for XALAN

Subject: AW: [xsl] Re: scripts for XALAN
From: "Roman Huditsch" <roman.huditsch@xxxxxxxx>
Date: Thu, 22 Aug 2002 16:30:39 +0200
The problem here is that the code line "context.nextNode.url;" (where context is initialized with  "/" [=root]) is  thought to work with msxsl only. We haven't found a proper alternative for "url", which should just read out the adress bar in your browser. 

wbr,
Roman

-----Ursprüngliche Nachricht-----
Von: Joseph Kesselman [mailto:keshlam@xxxxxxxxxx]
Gesendet: Donnerstag, 22. August 2002 15:01
An: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Betreff: [xsl] Re: scripts for XALAN


If you want Xalan to _generate_ scripts, that's just a matter of writing 
the stylesheet correctly.

If you want it to _execute_ scripts, see 
http://xml.apache.org/xalan-j/extensions.html. Xalan uses the Bean 
Scripting Framework (BSF), so it can execute scripts in any language for 
which a BSF binding exists and is installed. It can also more directly 
invoke Java code.

______________________________________
Joe Kesselman  / IBM Research

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread