[android-developers] Re: Castor unmarshalling with Android's SAX DOM implementation throws: The 'namespace-prefix' feature is not supported while the 'namespaces' feature is enabled

2011-02-17 Thread Alexey Skor
I tried adding xerces.jar to my Android project and replacing default xml factory for Castor, but this failed with Dx trouble processing javax/xml/parsers/DocumentBuilder.class: Conversion to Dalvik format failed with error 1 -- You received this message because you are subscribed to the

[android-developers] Re: Castor unmarshalling with Android's SAX DOM implementation throws: The 'namespace-prefix' feature is not supported while the 'namespaces' feature is enabled

2011-02-12 Thread Alexey Skor
Same here... My library does not work on Android because of this bug ( https://code.google.com/p/redmine-java-api/issues/detail?id=13). Any updates on this? I'm quite disappointed that Android uses something, which looks like Java, but is not really Java - so many incompatibilities... Sad. --