How do I pass an input parameter to an XSLT stylesheet? I’m using xsltproc, and I’d like to use --stringparam <param> <value> as argument, but I don’t know how to access the parameter inside the XSLT. Can someone give an example? Thanks in advance.
How do I pass an input parameter to an XSLT stylesheet? I’m using xsltproc,
Share
This is one I am using. The default value part is optional. You must have a
.