XML option parser for mcs

Olivier Fourdan fourdan at xfce.org
Sun Dec 29 01:06:49 CET 2002


Hi all,

FYI, I'm currently working on a small XML parser for mcs options based
on GMarkup (ie not using libxml)

The file format will be :

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mcs-option SYSTEM "mcs-option.dtd">

<mcs-option>
<option name="option1" type="int" value="3"/>
<option name="option2" type="string" value="An option"/>
<option name="option3" type="color" value="255,255,255,0"/>
</mcs-option>

That does not mean that everything should be based on that parser, it
just means that I need a quick and simple option system in mcs and
that's enough for me. I plan to use it in xfwm4 mcs plugin, for example.

Cheers,
-- 
Olivier Fourdan <fourdan at xfce.org>
http://www.xfce.org




More information about the Xfce4-dev mailing list