[EMAIL PROTECTED] wrote:
> Dear friends,
> 
> In dalvik/libcore/xml/src/main/java/org/kxml2/wap/
> WbxmlSerializer.java, the function
> 
> public void setTagTable(int page, String[] tagTable) {
> 
> contents these code lines:
>         if (page != 0)
>             return;
> 
> But in the original org/kxml2/wap/WbxmlSerializer.java on
> http://downloads.sourceforge.net/kxml/kxml2-src-2.3.0.zip?modtime=1151079334&big_mirror=0,
> there is not these lines.
> 
> The question is that with these lines, WbxmlSerializer cannot support
> multiple pages WBXML.
> 
> Could anyone tell me why android add these lines to disable multiple
> WBXML pages support?

You will have better luck on a mailing list related to the Android 
source code:

http://source.android.com/discuss

android-platform, in the "Open source mailing lists", might be the one 
you want.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com

Android Training on the Ranch! -- Mar 16-20, 2009
http://www.bignerdranch.com/schedule.shtml

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Android Discuss" 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-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to