in reply to Strange XML parser behaviour using MSXML2 Version 4.0 or not...?
You do not have a Perl question, you have a question either about XPath or MSXML2 - you would be seeing the same if you had been writing this in VB or C++
However this is nothting to do with XSLT but with the fact that you are using a QName (xsl:param in your expression) - the XPath implementation works only with unqualified localnames it appears, however if you were to use XML::LibXML (to bring it back to Perl again) this same expression would work.
/J\
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Strange XML parser behaviour using MSXML2 Version 4.0 or not...?
by j.goor (Acolyte) on Mar 16, 2005 at 10:57 UTC | |
by gellyfish (Monsignor) on Mar 16, 2005 at 11:11 UTC |