C
cybernerdsx2
Hi,
I am new to XSLT and I would like to use Java to read up the XSLT
content and add in a few tags in into the template below:
<xsl:template name="hwSpecs">
<!-- adding new tags into here from Java -->
</xsl:template>
So, what kind of parser or tools can I use in my Java source code to
deal with this?
Many thanks.
Mike
I am new to XSLT and I would like to use Java to read up the XSLT
content and add in a few tags in into the template below:
<xsl:template name="hwSpecs">
<!-- adding new tags into here from Java -->
</xsl:template>
So, what kind of parser or tools can I use in my Java source code to
deal with this?
Many thanks.
Mike