On Fri, Jun 18, 2010 at 2:01 PM, Frank Geisler <[email protected]> wrote: > Are there any examples of sorting xml by attribute using C/C++ libxml2? If > not, do you have any pointers on going about this? I am new to libxml. >
I'm not sure what you mean... do you have <element attr="foo"/><element attr="bar"/> and want to sort the elements by their attribute values? You can use xslt for that, otherwise I think you'll need to do it manually. -- Cory Nelson http://int64.org _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
