The major difference is that it can now parse RDF/XML where the
assertions appear as attributes in an element (see:
http://www.w3.org/TR/REC-rdf-syntax/#section-Syntax-property-attributes),
which required some refactoring regarding how xml attributes were
being handled in the XML parser overall.
Thanks to Matt Zumwalt for providing the example RDF/XML for me to
work with. If you have any examples of RDF/XML that RDFObjects isn't
parsing correctly, let me know and I'll make it a priority to make it
work as expected.
Thanks,
-Ross.