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>
########################################################################
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>
########################################################################