Re: [xml-dev] XML Schema: "Best used with the ______ tool"

From
Andrew Welch <>
To
Boris Kolpackov <>
Date
2008-12-03T10:51:07Z
ID
<>
Thread
Re: [xml-dev] XML Schema: "Best used with the ______ tool"
Hi Boris,

> Note how in the XQuery case I had to invent a delimiter (':') for
> the first, last, and age fields so that I could pass them as a string
> from XQuery to the programming language. I then had to manually parse
> this string and convert the age field to unsigned short. To me, this
> doesn't look easier than data binding at all.

Surely you wouldn't return a delimited string, you would return person
nodes and then select the values from the returned nodes?

Also, the comparison isn't quite right - the only fair thing would be
time how long it takes to output the information to a file or standard
out (the gui language would likely be different in either case, say
swing vs html)




-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/