On Sat, 2013-10-19 at 22:29 +0200, Adrien Prokopowicz wrote:
> Well, looks like there is a little bug here. I will fix that tomorrow.
> 
> Le Sat, 19 Oct 2013 20:15:57 +0200, Bruce <bbr...@paddys-hill.net> a écrit:
> > First, thanks all for the replies.
> >
> >         re: Content v Contents
> >        I think (not that Australian is the definitive interpretation of
> >         the English  language) that it depends on the explicit usage.
> >                 "The content of this box is dangerous" refers to the
> >                 entire contents of the box as a single entity.
> >                 "The contents of this box are dangerous" refers to each
> >                 and every item contained in the box.
> >         (if that makes it any clearer??)
> >
> > Now my problem, that I should have made clearer in the first place, is
> > that the SQL string is an attribute of the node.
> >
> > <task name="Update diary", sql="UPDATE blah SET ... FROM blahblah WHERE
> > date&lt;current_date;" />
> >
> > I have no problem writing the xml out.
> >   wkXMLtask.NewAttribute("sql",sSQL)
> > converts any internal >'s and <'s to &lt; and &gt; automagically.
> > However,
> >   sSQL=wkXMLtask.GetAttribute("sql")
> > leaves the XML encoded characters as they are.
> >
> > Bruce
> >
> 
Hello Adrien?

Has tomorrow come yet?

Bruce




------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&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