saxon9 extension and dom

R

RolfK

Hello ALL,

I would like to process a node (OBJ) and its content with an java
extension for saxon.
As saxon is not compatible with the standard DOM I expect some
problems.
The java extension schould process the nodes (create new childs ,
change values etc. )
by dom and return the modified OBJ node to be further processed by my
xslt.

How to do this?
I have never tried such thing with saxon / xslt.
Any hint , example is welcome
Rolf

############### XSLT SNIPET
#########################################
<xsl:variable name="vExecInput">
<OBJ Method="{key('kScriptDef',@JobDef)/@Method}">
<xsl:copy-of select="$vLaunchArgs"/>
</OBJ>
</xsl:variable>
<RESULT>
<xsl:value-of select="jms:CreateStimulus($vExecInput)"
xmlns:jms="java:mixedsignal.Stimulus"/>
</RESULT>
########################################################################
 
M

Martin Honnen

RolfK said:
I would like to process a node (OBJ) and its content with an java
extension for saxon.
As saxon is not compatible with the standard DOM I expect some
problems.
The java extension schould process the nodes (create new childs ,
change values etc. )
by dom and return the modified OBJ node to be further processed by my
xslt.

How to do this?
I have never tried such thing with saxon / xslt.
Any hint , example is welcome

I would ask on the Saxon mailing list, chances to find expertise there
on Saxon specific extensions are much higher than here in comp.text.xml.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,527
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top