To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=110691
------- Additional comments from [email protected] Mon Apr 19 14:48:50 +0000 2010 ------- anim:id <anim:audio> <anim:command> <anim:iterate> <anim:par> <anim:seq> anim:id(ID) => anim:id(NCName), xml:id(ID) xmloff/source/draw/animationexport.cxx draw:id <draw:glue-point> draw:id(nonNegativeInteger) => draw:id(nonNegativeInteger), xml:id(ID) THIS IS INCONSISTENT: the lexical spaces of nonNegativeInteger and ID are mutually exclusive! it seems this is an error in the specification. filed issue OFFICE-2637 at OASIS. <dr3d:cube> <dr3d:extrude> <dr3d:rotate> <dr3d:scene> <dr3d:sphere> <draw:caption> <draw:circle> <draw:connector> <draw:control> <draw:custom-shape> <draw:ellipse> <draw:frame> <draw:g> <draw:line> <draw:measure> <draw:page> <draw:page-thumbnail> <draw:path> <draw:polygon> <draw:polyline> <draw:rect> <draw:regular-polygon> <office:annotation> draw:id(ID) => draw:id(NCName), xml:id(ID) mloff/source/draw/sdxmlexp.cxx <draw:page> xmloff/source/draw/shapeexport.cxx all the rest except for <draw:regular-polygon> which we apparently do not implement form:id <form:button> <form:checkbox> <form:combobox> <form:date> <form:file> <form:fixed-text> <form:formatted-text> <form:frame> <form:generic-control> <form:grid> <form:hidden> <form:image> <form:image-frame> <form:listbox> <form:number> <form:password> <form:radio> <form:text> <form:textarea> <form:time> <form:value-range> form:id(ID) => form:id(NCName), xml:id(ID) xmloff/source/forms/elementexport.cxx text:id <draw:text-box> text:id(string) => text:id(NCName), xml:id(ID) we don't seem to support id here at all <text:changed-region> text:id(ID) => text:id(NCName), xml:id(ID) xmloff/source/text/XMLRedlineExport.cxx <text:h> <text:p> text:id(string) => text:id(NCName), xml:id(ID) xmloff/source/chart/SchXMLExport.cxx xmloff/source/text/txtparae.cxx <text:alphabetical-index-mark-end> <text:alphabetical-index-mark-start> <text:note> <text:toc-mark-end> <text:toc-mark-start> <text:user-index-mark-end> <text:user-index-mark-start> unchanged (string) table:id unchanged (string) --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
