Re: [U2] Creating XML nodes with a namespace prefix

2012-12-11 Thread Tony Gravagno
Hey Gregor, your blog is inspiring, will need to spend some time there. Over the weekend I wrote a XPath-like parser to extract data out of XML documents like you explain how to build them. At some point I'll probably FOSS this at PickWiki. I invite you to post to PickWiki, or at least link to you

Re: [U2] Creating XML nodes with a namespace prefix

2012-12-11 Thread Bill Haskett
skett Sent: Wednesday, 12 December 2012 4:03 AM To: U2 Users List Subject: Re: [U2] Creating XML nodes with a namespace prefix Hey Gregor. Could you put that on the wiki? If not, could I? Thanks, Bill - Origin

Re: [U2] Creating XML nodes with a namespace prefix

2012-12-11 Thread Gregor Scott
4:03 AM To: U2 Users List Subject: Re: [U2] Creating XML nodes with a namespace prefix Hey Gregor. Could you put that on the wiki? If not, could I? Thanks, Bill - Original Message - *From:* gregor.sc

Re: [U2] Creating XML nodes with a namespace prefix

2012-12-11 Thread Bill Haskett
XML nodes with a namespace prefix If anyone has tried to use the UV XDOM api to create nodes with a namespace prefix (and failed), there is a non-obvious method you need to use. We recently had a need to do this, and with the help of Rocket U2 support we were able to achieve the required XML

[U2] Creating XML nodes with a namespace prefix

2012-12-10 Thread Gregor Scott
If anyone has tried to use the UV XDOM api to create nodes with a namespace prefix (and failed), there is a non-obvious method you need to use. We recently had a need to do this, and with the help of Rocket U2 support we were able to achieve the required XML output. I have documented the method h