On Jan 10, 11:52 am, Michael Bell <
michael.b...@cms.hu-berlin.de>
wrote:
> Hi,
>
> I maintain libwbxml and there is an open ticket which reports problems
> with AndroidManifest.xml. The file looks and starts like aWBXMLfile.
> So I have two questions:
>
> 1. What is binary XML in terms of Android?
>
> 2. IfWBXMLand binary XML of Android are the same stuff then where
> can I find the token and attribute tables?
>
> Best regards
>
> Michael
Android binary XML is quite simple to parse; the best place to look is
frameworks/base/include/utils/ResourceTypes.h in the platform source.
Tokens and attributes are all defined dynamically in string pool
tables; unlike WBXML there are no doctype / standard tokens.
Hope this helps,
Phil Lello