Pavel Sanda wrote:
Steve Litt wrote:
<layout name="Standard">
this.
</layout>
<layout name="Standard">
<inset type="bibtext" latex="bibtex" bibfiles="/tmp/bib" options="plain" />
</layout>
Just as easy to parse, I hope. Maybe even easier.
now you are joking right? :) i just see all the bugs just because '>' is
redirection.
Only in the shell, right?
now imagine those regexps where you need to escape all those \"
There's lots of that in LyX now. But it's easy to deal with in Python,
at least, via the r'' quoter. And in Perl, you have qr//. So the quotes
aren't really a problem. Moreover, if you're editing by hand, you can
use something that recognizes XML.
But, well, XML isn't exactly around the corner, anyway, so far as I can
tell.
rh