Hi, you can use tex4ht for this. It uses LaTeX by default, but it can be configured to use lualatex instead. See [1] for htlualatex script, other option is to use make4ht [2] with `-l` option.
Note that some problems exist, biggest is that tex4ht fails with opentype fonts, which means that you cannot use fontspec package. You can try experimental patched version of fontspec [3, sample document 4] with tex4ht support (do not replace original fontspec with this verson, it is really just an experiment and this version has some serious issues!). Best regards, Michal [1] http://tex.stackexchange.com/q/27519/2891 [2] https://github.com/michal-h21/make4ht [3] https://github.com/michal-h21/fontspec [4] http://michal-h21.github.io/fontspec/fontspec-4ht.html 2014-03-01 17:40 GMT+01:00 Prannoy Pilligundla <[email protected]>: > Hi Everyone, > > I am Prannoy Pilligundla from India. Luatex has an XML export option from > Context but i want to do the same from Latex. It would be great if someone > could guide me on how to go ahead with this > > Looking forward to hear from you guys > > Thanks and Regards > Prannoy Pilligundla > ᐧ >
