JAXB alternative on Android for XML Schema?

PQtameika

New Member
Is there any lightweight library for Android that acts like JAXB on the desktop?Give an XML schema, create code to parse, validate, manipulate and then again write it.The files already exist and since it's a finance application nothing that isn't modified must be touched. Including whitespace, ordering and character encoding.(I'm doing this for years with JAXB and it works fine but I can't port that code to Android due to the lack of JAXB and it's footprint.)
 
Back
Top