Just use FromText...

   Dim myNoddies As XMLNode[]
   Dim aNode As XMLNode
   myNoddies = XMLElement.FromText("<SQL>Select * From table1 where abc 
&lt; 123</SQL>")
   Print myNoddies.Count
   aNode = myNoddies[0]
   Print aNode.TextContent

Returns:
1
Select * From table1 where abc < 123


Kind regards,
Caveat

On 19/10/13 11:09, Bruce wrote:
> What is the opposite of XMLElement.Serialize(text as String)?
>
> ( I want my SQL text back as "... WHERE rdate<current_date..." instead
> of "... WHERE rdate&lt;current_date...")
>
> tia
> Bruce
>
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to