Hi everyone,
Today I manged to get basic notes export working.
I haven't however managed to get html formatted notes working yet: the 
code on the android side is more or less ready (not fully tested, but 
the rendering is done by webkit which I trust is functional), the server 
side is still needing work:
I've spent some time looking at html based export in order to find out 
how best to export the notes, and it looks like:
- The html export filter (in sd/filter) ignores a lot of formatting, 
specifically lists are unformatted in the exported html, i.e. useless 
for my purposes.
- The XHtml export filter, which uses an XSLT filter correctly produces 
the desired html formatting.
(The XSLT would probably have to be edited for my purposes since I only 
want to export one Drawpage rather than a whole document.)
At the moment I'm trying to find out how to use the XHtml filter in my 
code -- it is configured in an xml file 
(filter/source/config/fragments/filters/XHTML_Impress_File.xcu), and as 
of yet I haven't discovered how exactly this is instantiated in code -- 
my attempts, based on other code, result in me getting a FilterFactory, 
which throws a NoSuchElementException when I try to get an instance of 
XmlFilterAdaptor.
Hopefully I'll be able to sort this out tomorrow.
Cheers,
Andrzej
Context
- [GSOC-UPDATE](30.07) Impress Remote · Andrzej J. R. Hunt
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.