Hi all,

I am currently travelling so excuse my android top-posting. Actually
building a reusable in-memory representation for Python scripting of LyX
documents was a requisite for eLyXer. You should not have trouble with
large documents as my puny netbook eats 1000 page documents for lunch. Look
at the Container class, and best of luck! Please ask in private any further
questions.

Alex.
El 04/02/2012 18:03, "Rob Oakes" <lyx-de...@oak-tree.us> escribió:

> Dear eLyXer Users and Developers,
>
> I'm still at work on the import/export module for Microsoft Word
> documents. I'm making pretty good progress. I've got a rough prototype that
> works pretty well and I'm now starting to refine it.
>
> My approach up to now has been to use regular expressions to match
> portions of the document and then use a library to translate those to the
> corresponding Word XML structures. It's working pretty well with my simple
> test documents.
>
> Before going too far with this approach, though, I wanted to post (another
> general query).
>
> In the eLyXer library, there is already a robust set of tools used for
> converting LyX documents to HTML. Does anyone know if the library is
> written in such as way that getting a generic in-memory representation of
> the document would be possible? It would be awesome to re-use as much
> existing code for the Word document export as possible. That would allow me
> to support a broader number of features, and gives me a framework for
> working with maths.
>
> Any thoughts Alex (and others)? I've downloaded the sources and have begun
> to work through them, but before spending hours to days trying to wrap my
> head around them, I thought I would ask.
>
> Cheers,
>
> Rob

Reply via email to