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 your blog in key spots where others provide XML info.
Email me if you need assistance.

All: One thing frustrates me about content that's hosted in private
websites and Not hosted in the wiki. People have a tendency to post
content and then stop paying for their domain. So huge repositories of
valuable code and wisdom get lost. PickWiki links to a few sites that
were lost like this. Either the people died or lost interest or
re-hosted somewhere and didn't bother to tell anyone. If you have code
or info of value, post it to PickWiki  - or at least make sure there
are plans to share your published information in the event of your
untimely "STOP/END".

Tony Gravagno
Nebula Research and Development
TG@ remove.pleaseNebula-RnD.com
http://Nebula-RnD.com/blog
Visit http://PickWiki.com! Contribute!
http://Twitter.com/TonyGravagno
http://groups.google.com/group/mvdbms

> From: Gregor Scott 
> Of course it can go on a wiki - I documented it so people know there
is
> a way.
> 
> Which wiki - pickwiki or the U2Ug wiki?

>
http://gdoesu2.wordpress.com/2012/12/10/creating-xml-elements-with-a-n
amespace-prefix/


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


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

2012-12-11 Thread Bill Haskett

I'm thinking the pickwiki, as I'm not sure the U2UG wiki works.

Bill


- Original Message -
*From:* gregor.sc...@pentanasolutions.com
*To:* U2 Users List 
*Date:* 12/11/2012 2:33 PM
*Subject:* Re: [U2] Creating XML nodes with a namespace prefix

Of course it can go on a wiki - I documented it so people know there is a way.

Which wiki - pickwiki or the U2Ug wiki?

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bill Haskett
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


- Original Message -
*From:* gregor.sc...@pentanasolutions.com
*To:* U2 Users List 
*Date:* 12/10/2012 10:11 PM
*Subject:* [U2] Creating 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 output.
I have documented the method here for those inclined to use the XDOM API in 
this way, as it is obscure enough to not be obvious:
http://gdoesu2.wordpress.com/2012/12/10/creating-xml-elements-with-a-n
amespace-prefix/

Regards,

Gregor


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


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

2012-12-11 Thread Gregor Scott
Of course it can go on a wiki - I documented it so people know there is a way.

Which wiki - pickwiki or the U2Ug wiki?

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bill Haskett
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


- Original Message -
*From:* gregor.sc...@pentanasolutions.com
*To:* U2 Users List 
*Date:* 12/10/2012 10:11 PM
*Subject:* [U2] Creating 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 output.
> I have documented the method here for those inclined to use the XDOM API in 
> this way, as it is obscure enough to not be obvious:
> http://gdoesu2.wordpress.com/2012/12/10/creating-xml-elements-with-a-n
> amespace-prefix/
>
> Regards,
>
> Gregor
>
>
>
> This email and any attachments to it are confidential.
> You must not use, disclose or act on the email if you are not the
> intended recipient.  Liability limited by a scheme approved under
> Professional Standards Legislation.
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
--
Message  protected by DealerGuard: e-mail anti-virus, anti-spam and content 
filtering.
http://www.pentanasolutions.com

Click here to report this message as spam:
https://login.mailguard.com.au/report/1G8tWp4vQS/2WPyIlohSCEKEzA6lDGi0k/0


This email and any attachments to it are confidential.
You must not use, disclose or act on the email if you are not the intended
recipient.  Liability limited by a scheme approved under Professional
Standards Legislation.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


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

2012-12-11 Thread Bill Haskett

Hey Gregor.  Could you put that on the wiki? If not, could I?

Thanks,

Bill


- Original Message -
*From:* gregor.sc...@pentanasolutions.com
*To:* U2 Users List 
*Date:* 12/10/2012 10:11 PM
*Subject:* [U2] Creating 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 output.
I have documented the method here for those inclined to use the XDOM API in 
this way, as it is obscure enough to not be obvious:
http://gdoesu2.wordpress.com/2012/12/10/creating-xml-elements-with-a-namespace-prefix/

Regards,

Gregor



This email and any attachments to it are confidential.
You must not use, disclose or act on the email if you are not the intended
recipient.  Liability limited by a scheme approved under Professional
Standards Legislation.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[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 here for those inclined to use the XDOM API in 
this way, as it is obscure enough to not be obvious:
http://gdoesu2.wordpress.com/2012/12/10/creating-xml-elements-with-a-namespace-prefix/

Regards,

Gregor



This email and any attachments to it are confidential.
You must not use, disclose or act on the email if you are not the intended
recipient.  Liability limited by a scheme approved under Professional
Standards Legislation.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users