Update libxmljs for v0.14.2

This commit is contained in:
mfrantz
2015-09-17 10:10:07 -07:00
parent 5f48028783
commit 94526e4c37
2 changed files with 28 additions and 25 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ var xml = '<?xml version="1.0" encoding="UTF-8"?>' +
'<sibling>with content!</sibling>' +
'</root>';
var xmlDoc = libxmljs.parseXmlString(xml);
var xmlDoc = libxmljs.parseXml(xml);
// xpath queries
var gchild = xmlDoc.get('//grandchild');