<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><br><div><div>On Aug 12, 2013, at 1:04 AM, Das wrote:</div><blockquote type="cite"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; ">
Forgot to mention, that example I showed before is taken right from the actual menu.xml as;<div class="im"><br><br><menu id="apps-internet-menu" label="Internet"><br><br></div>I didn't change this and every <menu id= line in the menu.xml from the source does not have a close tag at the end like you suggested....<br></blockquote></div></blockquote><div><br></div><div>The <menu> tag is used in two ways: the first is to define the menu itself.  This is the "large block" form -</div><div><br></div><div><menu id="some-id" label="My Menu></div><div><span class="Apple-tab-span" style="white-space:pre">     </span><item label="blablla"...</div><div></menu></div><div><br></div><div>The second way it is used is to include a named menu inside of another menu.  For example, if you wanted this menu we just defined to be a submenu off of your root menu, inside your root menu definition, you'd have:</div><div><br></div><div><menu id="root-menu" label="Openbox"></div><div> <span class="Apple-tab-span" style="white-space:pre">   </span><menu id="some-id" /></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>...</div><div></menu></div><div><br></div><div>That's what ties them together.</div><div><br></div><div>There's no issue with the default menu.xml.</div><div><br></div><div>I recommend you paste your EXACT and FULL menu.xml, either in email, or via <a href="http://gist.github.com">gist.github.com</a>, or whatever.  This is the only way we're going to be able to figure out your issue with the menu syntax.</div><div><br></div><div>dave</div></div></body></html>