[Libreoffice-bugs] [Bug 119228] There is no way to flag/mark comments as resolved

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Jul 11 13:23:00 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=119228

--- Comment #12 from Scott Clarke <scott.clarke at codethink.co.uk> ---
I've done some work on this issue using the patches submitted by Jim MacArthur
a few weeks ago as a starting point. I've made changes according to the
comments left on the patches.

>From what I read a key issue was the use of XML_NAMESPACE_DC when
XML_NAMESPACE_LO_EXT must be used (mentioned in the comments here
https://gerrit.libreoffice.org/#/c/74451/1).

As I understand from the libreoffice docs, when extending ODF in this way using
the LO_EXT namespace, it's necessary to have a suggested namespace for the
added tag (see
https://wiki.documentfoundation.org/Development/ODF_Implementer_Notes#LibreOffice_ODF_extensions).

Based on this I have modified the code so that the added flag is part of the
LO_EXT namespace, whilst allowing for it to potentially become part of the DC
namespace in future. I'm not sure if this is the right approach, specifically
in terms of the choice of DC as the suggested namespace. Any advice on the best
way of doing this would be greatly appreciated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190711/243e8155/attachment.html>


More information about the Libreoffice-bugs mailing list