xslt-processor
xslt-processor copied to clipboard
Is there a way to provide arguments?
The .NET equivalent XSLT transformer allows you to provide arguments to satisfy <xsl:param name="..."> in the XSLT doc.
public void Transform(System.Xml.XmlReader input, System.Xml.Xsl.XsltArgumentList? arguments, System.IO.TextWriter results);
I'm wondering if there's any equivalent with xslt-processor or a work-around?
I also want to know?
You, could, in theory, force them into your xml before processing..but shouldn't have to