You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Stefan Coarfa <st...@mcr.ro> on 2002/01/25 13:43:19 UTC

parse an xml file containing a javascript tag

How can I use your xml parser to parse an xml file containing a javascript tag?
When the script is parsed a rhino engine is called to parse this 
and the produced output I want to be put on the original stream 
where the javascript tag was.
In other words, the stream is parsed - including the entire script tag - and 
before continuing with the next tag , I want to insert the output produced 
by the script engine.
Can you help me in this problem?