java - c14n with Android -


is there way make xml in canonical form on android?

the canonicalizers apache projects don't work depend on javax.xml.* packages aren't available on android.

ok, found solution: canonizer used in xom project (http://www.xom.nu/) runs on android.


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -