Open GoogleCodeExporter opened 9 years ago
Please a find a patch that try to address the error listed previously.
As I'm not an expert in the art of writing DTD, it should be reviewed carefully.
At least, I'm able to validate manifest files that are actually used by
git-repo.
Original comment by yann@droneaud.fr
on 28 May 2013 at 9:55
Attachments:
BTW, the android's manifests doesn't validate against my modified DTD:
default.xml:11: element project: validity error : Element project content does
not follow the DTD, expecting (annotation* , project*), got (copyfile )
default.xml:12: element copyfile: validity error : No declaration for element
copyfile
default.xml:12: element copyfile: validity error : No declaration for attribute
src of element copyfile
default.xml:12: element copyfile: validity error : No declaration for attribute
dest of element copyfile
Document default.xml does not validate against manifest.dtd
Original comment by yann@droneaud.fr
on 28 May 2013 at 10:12
Please a find an updated DTD that matches my manifest and android's manifests.
Regards.
Original comment by yann@droneaud.fr
on 28 May 2013 at 1:23
Attachments:
Original issue reported on code.google.com by
yann@droneaud.fr
on 28 May 2013 at 9:38