Help needed for bug fixes

Hi,

I've started to implement some of the changes needed to bring the
checker in sync with the (to be released) new version of the mobileOK
Basic spec.

Without going into too much details for now (I can share them later if
anyone is interested), it appears to be crucial for calculating
PAGE_SIZE_LIMIT and EXTERNAL_RESOURCES that each image and object
element in the moki document be annotated with its provenance - at the
very least, whether it's coming from the primary document vs a
stylesheet.

Typically, an image should look like
<image>
 <retrieval>...</retrieval>
 <imageInfo type="image/gif"/>
 <instances>
   <source type="markup" line="x1" column="y1"/>
   <source type="markup" line="x2" column="y2"/>
   <source type="stylesheet" url="..." line="x3"/>
 </instances>
</image>

Even if we don't get the level of details of lines, columns and urls
(which would be ideal), at least knowing the number of times an image is
called from the markup, and whether it is called from a style sheet
would probably suffice to solve my problem.

Making such a change is going to take me a lot of time due to my limited
capabilities in Java; is anyone willing to help me on that one?

Thanks,

Dom

Received on Tuesday, 10 June 2008 10:15:30 UTC