Conversation
Notices
-
Can anyone see what's wrong with the syntax in this openbox (pipe) menu. http://pastebin.com/RL8W6JDA It's making my head spin.
about a year ago from heybuddy-
@timttmy yes (I think). The command to execute needs to be declared as <command>COMMAND TO EXECUTE</command>
-
@jezra I think I've found the problem. I have a few titles with '&' in. I think they may need escaping as openbox doesn't like them. I'll test later.
-
@timttmy oh yea. '&' needs to be escaped in xml
-
@jezra Generally, I prefer escaping from XML.
-
@jasonriedy the only people that don't prefer escaping from XML are people that haven't had to parse XML
-