remove whitespace

This commit is contained in:
Ryan Manns
2018-08-28 21:10:50 -04:00
committed by GitHub
parent 5d79b3151a
commit b6c00e69c2

View File

@@ -60,5 +60,5 @@ const xmlDocWithNs = libxmljs.parseXml(xmlWithNs);
// xpath queries
const gchildWithNs = xmlDocWithNs.get('//a:grandchild', {a: "http://test.com/test"})!;
console.log(gchildWithNs.text()); // prints "grandchild content"