On Wed, Aug 8, 2012 at 1:13 AM, Jerry <[email protected]> wrote: > I just tried a quick experiment with pandoc, saving a 3.5 page LyX document > (article class) of mostly lorem ipsum as LaTeX and then using pandoc to > convert that to .docx, Word's XML format. I then viewed the .docx in > Microsoft Word 2011 for OS X (Macintosh).
Sounds very cool, but I would think that anytime you want to convert to some XML schema it's probably easier to export to LyXHTML and then write and apply an XSLT to convert to the desired schema. This has worked for me before. It's very possible that pandoc uses XSLT under the covers, in which case you may be able to hack on one of those stylesheets till you get it to do what you want. It would be very cool if LyX could add export formats as the composition of LyXHTML and XSLs! Nico --
