You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the the node lack of a native xml support.
So pure js xml lib on nodejs is very necessary.
The present, xmldom(https://npmjs.org/package/xmldom) can solve most of the xml
parsing problem, but no xpath support.
Original issue reported on code.google.com by jind...@gmail.com on 7 Sep 2012 at 3:15
The text was updated successfully, but these errors were encountered:
The current version of our library is intended to support HTML documents. The
support for XML documents is incomplete. In particular, XPath function calls
name(), namespace-uri() and lang() are not implemented. Also, variable
reference is not implemented. You can try using it on XML documents and see
what happens.
As far as I know, the following JavaScript XPath implementation provides
namespace support:
http://www.pokret.org/products/xpathjs-javascript-based-xpath-library/
Original comment by zhoumoto...@gmail.com on 7 Sep 2012 at 2:15
Original issue reported on code.google.com by
jind...@gmail.com
on 7 Sep 2012 at 3:15The text was updated successfully, but these errors were encountered: