On 02/15/2011 11:21 AM, Rob Oakes wrote:
Dear LyX Users and Developers,
Does anyone know if LyX's current XHTML export allows for the HTML to be output
in one file and for the CSS to be output to another? If this isn't currently
possible, does anyone know how hard it might be to implement?
It doesn't allow that. It's definitely on the agenda. It wouldn't be all
that hard to do, but other things intervene at the moment. If you look
at Buffer::writeLyXHTMLSource(), you'll see where all the preamble stuff
gets output. I guess all that would need to be done would be to open a
file and write it there instead, then write the <link> tag.
Richard