Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

A regression was introduced in r17: namespace prefixes failed to be evaluated in IE9 and IE10 #10

Closed
GoogleCodeExporter opened this issue Apr 1, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

The use of an XPath expression with some namespace prefixes doesn't work 
anymore in r17. This affects IE9 and IE10.

This concerns prefixes declared in the XML document, not the default namespaces.

The attached file contains an example that reproduces the problem.

Original issue reported on code.google.com by mesny...@gmail.com on 7 May 2013 at 2:42

Attachments:

@GoogleCodeExporter
Copy link
Author

The library is intended to be used with HTML documents, not XML documents. IE 
has native support for XML documents with the selectNodes() method. See #6 in 
http://code.google.com/p/wicked-good-xpath/issues/detail?id=5&can=1 for details.

Original comment by zhoumoto...@gmail.com on 9 May 2013 at 5:54

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

It is a feature request to support XML documents. IE already has native support 
for XML documents, but we could theoretically provide access to those methods 
via document.evaluate.

Original comment by gden...@google.com on 10 Sep 2013 at 7:14

  • Changed state: Duplicate
  • Added labels: ****
  • Removed labels: ****

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant