Right now, my problem is using XML as a dataprovider in DataGrids. The sorting is really messed up, when you use xml. I've tried using plain objects containing the same values as the XML, and sorting works perfectly. It looks like this is due to the comparison functionality seeing each row as XML and probably having no good way to compare two. Then again, I'm not sure why it works better with Objects, other than the parameters all being strings. Yet, numeric sort still works fine, even with the string values!
So, anyone have any good approaches to making the data sortable using XML(?), or do I just map to plain Objects, (which is what I'm going to do, in the next hour!). Eventually Paul, I will probably be interested in mapping XML to classes, when setting up real ValueObjects for server transfer. My employer really likes POX! -Scott On 06 Apr 2007 20:01:55 -0700, Paul DeCoursey <[EMAIL PROTECTED]> wrote:
Not yet, but this is something I've been thinking a lot about. I've started working on some proof of concept code. What are your specific requirements? Perhaps I could start work on this project with your help. Paul --- In [email protected] <flexcoders%40yahoogroups.com>, slangeberg <[EMAIL PROTECTED]> wrote: > > Anyone know of any AS3 systems for mapping XML to custom classes, such as > this Castor? Seems like a cool idea (and I could use it right now ;) : > > http://www.castor.org/xml-framework.html > > > -Scott > > ---------- Forwarded message ---------- > From: slangeberg <[EMAIL PROTECTED]> > Date: Apr 6, 2007 4:21 PM > Subject: Java Castor -> AS3 > To: [email protected] <flexcoders%40yahoogroups.com> > > Anyone know of any AS3 systems for mapping XML to custom classes, such as > this Castor? Seems like a cool idea (and I could use it right now ;) : > > http://www.castor.org/xml-framework.html > > : : ) Scott > > -- > > : : ) Scott >
-- : : ) Scott

