lxml won’t validate valid URI
I’m attempting to run an xslt with the following line.
Passing string parameters to an xslt 2.0 script does not work, but integers do
There is a problem trying to pass string parameters to an xslt 2.0 script, pure integer parameter work fine in this example, but a string like "value"
or even "w1234"
will fail to be accessable through $my_param
in xslt.