mariarahat / bungeni-editor

Automatically exported from code.google.com/p/bungeni-editor
2 stars 0 forks source link

ODF custom namespace mandatory prefixing #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ODF 1.2 requires attribute namespace prefixing.
earlier section metadata attribute prefixing ... e.g.

<text:section text:name="preface" BungeniSectionType="alpha" ... />

was acceptable... 

now custom attribute prefixing is mandatory -- 

<text:section text:name="preface" an:BungeniSectionType="alpha" ... />

with the an: namespace to be declared at the point of setting the attribute

TO DO :

fix metadata retrieval and setting apis.

documents not backward compatible.

Original issue reported on code.google.com by ashok.ha...@gmail.com on 10 Feb 2010 at 10:10

GoogleCodeExporter commented 9 years ago
Fixed in editor attribute setting.

OOComponentHelper was updated to use the http://anx.akomantoso.org/1.0 
namespace for
setting custom attributes in openoffice.

Issue 60 should be fixed as a result of this change.

Original comment by ashok.ha...@gmail.com on 10 Feb 2010 at 2:40

GoogleCodeExporter commented 9 years ago

Original comment by ashok.ha...@gmail.com on 10 Feb 2010 at 2:41