xboxscene.org forums

Author Topic: Xml Command  (Read 71 times)

MGSnake19

  • Archived User
  • Jr. Member
  • *
  • Posts: 66
Xml Command
« on: May 06, 2003, 03:11:00 AM »

uhh.gif
Logged

MGSnake19

  • Archived User
  • Jr. Member
  • *
  • Posts: 66
Xml Command
« Reply #1 on: May 06, 2003, 03:41:00 AM »

smile.gif u , but i keep on trying diffe ways
Logged

BenJeremy

  • Archived User
  • Hero Member
  • *
  • Posts: 5645
Xml Command
« Reply #2 on: May 06, 2003, 03:49:00 AM »

QUOTE (MGSnake19 @ May 6 2003, 07:41 AM)
still nothing now i get only the Emulator submen smile.gif u , but i keep on trying diffe ways

Try it again. I edited the previous post.

You have to NEST the nodes:

<Menu>
<SubMenu>
 <SubMenu>
 </SubMenu>
</SubMenu>
</Menu>

to get them to show up inside.

Also, bear in mind that if MXM doesn't find the XBE file, it won't keep the entry, and if a menu has no entries, it won't keep the submenu, unless you specifically tell it to keep the bad entries (which is pointless, except for debugging)
Logged