Get Input params of xsl file
Posted: Tue Jun 08, 2021 8:21 am
Hi,
XSLT 2.0
Below is the command to invoke xslt from java using SAXParser.Is it possible to get the list of params passed to xsl file(xml2dita.xsl) . I need to know the output path in my xsl file
java/current/bin/java \
'TransformUsingXMLSchema' \
'/staging/docs/03/X20062603/en/20062603c.xml' \
'/custom/doctypes/CommonDita/xsl/xml2dita.xsl' \
'/staging/docs/03/X20062603/en/myoutput/20062603c.dita
Thanks in advance,
Samba.
XSLT 2.0
Below is the command to invoke xslt from java using SAXParser.Is it possible to get the list of params passed to xsl file(xml2dita.xsl) . I need to know the output path in my xsl file
java/current/bin/java \
'TransformUsingXMLSchema' \
'/staging/docs/03/X20062603/en/20062603c.xml' \
'/custom/doctypes/CommonDita/xsl/xml2dita.xsl' \
'/staging/docs/03/X20062603/en/myoutput/20062603c.dita
Thanks in advance,
Samba.