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?
Best Regards,.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---