I noticed that nxslt (both 1 and 2) succeds when using an xml-stylesheet
PI like the following (obviously)
<?xml-stylesheet type="text/xsl" href="x.xsl"?>
but fails with the following
<?xml-stylesheet href="x.xsl" type="text/xsl"?>
i.e. when the 'href' PseudoAtt precedes the 'type' PseudoAtt.
Thanks for an otherwise great app :-)
-- David Håsäther
PI like the following (obviously)
<?xml-stylesheet type="text/xsl" href="x.xsl"?>
but fails with the following
<?xml-stylesheet href="x.xsl" type="text/xsl"?>
i.e. when the 'href' PseudoAtt precedes the 'type' PseudoAtt.
Thanks for an otherwise great app :-)
-- David Håsäther