mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
remove whitespace
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user