This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

AW: Re: scripts for XALAN


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@us.ibm.com]
Gesendet: Donnerstag, 22. August 2002 15:01
An: xsl-list@lists.mulberrytech.com
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]