First of all, apologies if this is not the right group for the
question/suggestion; but given that this relates to API of SDK, I hope
it is relevant.

I am working on couple of data format (xml, json) processing
libraries, and would like them to work well on Android platform. For
the most part this is easy, but one thing I have noticed to be bit of
a problem is that the choice of which javax packages are included
seems bit arbitrary.
In my case, I would like to have access to various
javax.xml.transform.Source and .Result implementations -- not because
I need to use xsl (javax.xml.transform package), but because these are
used by many of JDK XML APIs.
For example, javax.xml.transform.stream.StreamSource is commonly used
to encapsulate InputStreams and Readers.

So: is there a way to request addition of some more of interface
classes from JDK in Android? And/or rationale for choices that have
been made.

-+ Tatu +-

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to