[Laszlo-dev] Re: [Dev] has serverless POST and serverless raw
POST been tested yet?
Henry Minsky
henry.minsky at gmail.com
Thu Jan 27 15:22:30 PST 2005
It's not that it validates the string, its that the API for sending
data to the server only takes an XML Object as an arg, so you have to
construct one to pass to it. You can construct one by calling new
XML(yourstring) or else XML.parseXML(yourstring).
On Thu, 27 Jan 2005 17:36:19 -0500, Oliver Steele
<steele at laszlosystems.com> wrote:
> On Jan 27, 2005, at 5:28 PM, P T Withington wrote:
>
> > It sure is bizarre that the Flash runtime validates your string as XML
> > before sending it down the byte-stream. What a lot of wasted
> > overhead.
>
> What does it do if the string is invalid? The potential upside is
> earlier detection of program errors, if invalid XML is reported as an
> exception.
>
> _______________________________________________
> Laszlo-dev mailing list
> Laszlo-dev at openlaszlo.org
> http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
>
More information about the Laszlo-dev
mailing list