hey...
i'm intending to transform an XML document into another XML using xalan from
the command-line.
so far so good... for one of the templates i use in the XSL, i'd like to read
the XPath pattern that's used in the "match"-attribute from the command line
but i didn't succeed up to now :-(
just to give you an idea (i know that it doesn't work like this..):
<xsl:template match=$myXPathPattern>
...
</xsl:template>
java org.apache.xalan.xslt.Process
-IN original.xml
-XSL myXSL.xsl
-OUT generated.xml
-PARAM myXPathPattern text()|@*
any ideas? thanx in advance!
cu: rahel