Hello, I''m trying to figure out, is it possible to generate XML from the Builder class that comes in order? When I generate it, even from data handed from a MySQL ORDER BY statement, it seems to come out in an arbitrary order in the XML. Is this true, or am I going crazy? Is there any way to order the XML from builder? Thanks, Raymond -- Raymond Brigleb, Creative Director Needmore Designs -- The beautiful, usable web. Website http://needmoredesigns.com/ Email ray-THGPwszTed5CpjqP0VxSwUEOCMrvLtNR@public.gmane.org
On Monday 18 July 2005 07:01 pm, Raymond Brigleb wrote:> Hello, > > I''m trying to figure out, is it possible to generate XML from the > Builder class that comes in order? When I generate it, even from data > handed from a MySQL ORDER BY statement, it seems to come out in an > arbitrary order in the XML. Is this true, or am I going crazy? Is > there any way to order the XML from builder?Attributes in a tag might not be ordered as given, but everything else /should/ ordered as given. Do you have a small counter-example? -- -- Jim Weirich jim-Fxty1mrVU9GlFc2d6oM/ew@public.gmane.org http://onestepback.org ----------------------------------------------------------------- "Beware of bugs in the above code; I have only proved it correct, not tried it." -- Donald Knuth (in a memo to Peter van Emde Boas)