Xyne if you don't see any mistakes then why are you telling me to close it like this?<br><br><menu id="apps-internet-menu" label="Internet"/><br><br>I think you need to LOOK HARDER at the menu.xml in the source<br>
<br>All menu id= lines like this are not closed on the end...<br><br>But for each section there is a </menu> like below; (This is how each section looks, this is copied from the source)<br><br><br><menu id="apps-accessories-menu" label="Accessories"><br>
  <item label="Calculator"><br>    <action name="Execute"><br>      <command>gnome-calculator</command><br>      <startupnotify><br>        <enabled>yes</enabled><br>
      </startupnotify><br>    </action><br>  </item><br>  <item label="Character Map"><br>    <action name="Execute"><br>      <command>gnome-character-map</command><br>
      <startupnotify><br>        <enabled>yes</enabled><br>      </startupnotify><br>    </action><br>  </item><br>  <item label="Ark File Archiver"><br>    <action name="Execute"><br>
      <command>ark</command><br>      <startupnotify><br>        <enabled>yes</enabled><br>      </startupnotify><br>    </action><br>  </item><br></menu><br><br><br><br>
<br><br><div class="gmail_quote">On Sun, Aug 11, 2013 at 7:26 AM, guns <span dir="ltr"><<a href="mailto:self@sungpae.com" target="_blank">self@sungpae.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Sun 11 Aug 2013 at 10:55:45AM -0400, Jim Rees wrote:<br>
<br>
> About the only thing I dislike about Openbox is its use of xml for<br>
> configuration.<br>
<br>
</div>I'll have to heartily disagree with you here. Writing XML by hand is<br>
surely an activity fit for an inner circle of Hell, but the fact that<br>
it is a common declarative data format makes it fantastic for machine<br>
generation.<br>
<br>
I generate my rc.xml from Clojure:<br>
<br>
    <a href="https://raw.github.com/guns/meinhaus/guns/bin/openbox-configuration" target="_blank">https://raw.github.com/guns/meinhaus/guns/bin/openbox-configuration</a><br>
<br>
Configuring my window manager with higher-order functions and<br>
S-Expressions in a language of my choice is really awesome!<br>
<br>
I would be sad to see Openbox adopt an executable data format like other<br>
WMs (though adopting other extensible data formats would be OK).<br>
<span class="HOEnZb"><font color="#888888"><br>
    guns<br>
</font></span><br>_______________________________________________<br>
openbox mailing list<br>
<a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
<a href="http://icculus.org/mailman/listinfo/openbox" target="_blank">http://icculus.org/mailman/listinfo/openbox</a><br>
<br></blockquote></div><br>