Skip to content
jcron edited this page May 28, 2013 · 2 revisions

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"

Xml for example:

<?xml version="1.0" encoding="UTF-8"?>
<main xmlns="namespace">
<child>content</child>
</main>

Clone this wiki locally