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
Post a Comment