hello,
i am using _xmldomwrapper and i have encountered a problem with my xml:
xml is:
<?xml version="1.0" encoding="utf-8"?>
<Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:edp="http://mydocs/Documents/Schemas/EDP-Common-1.xsd" xmlns="http://mydocs/Documents/Schemas/schema_8.xsd">
<table>
<att08>
</table>
</att08>
Now i want to insert child node to /envelope/table/att08
Now here i