in reply to Re: Strange XML parser behaviour using MSXML2 Version 4.0 or not...?
in thread Strange XML parser behaviour using MSXML2 Version 4.0 or not...?

If you have XML::Twig installed, note that you can use the xml_grep that comes with it:

xml_grep -t 'xsl:param[@name="test"]' file.xslt

The -t option is for text output (no tags around the result(s)), the rest should be pretty self-explanatory.

Probably not of much help for the OP though...

  • Comment on Re^2: Strange XML parser behaviour using MSXML2 Version 4.0 or not...?
  • Download Code