We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This is a modification built on the nsisXML plugin by Wizou.
The one additional method is setNamespace.
setNamespace namespace Usage example: nsisXML::setNamespace "xmlns:a='namespace'" nsisXML::select "/a:main/a:child"
nsisXML::setNamespace "xmlns:a='namespace'"
nsisXML::select "/a:main/a:child"
Xml for example:
<?xml version="1.0" encoding="UTF-8"?> <main xmlns="namespace"> <child>content</child> </main>