This example uses the menu fragment to jump directly to the Menu in third layer and show its MenuItems. Just select "go to l3m1" and this will cause a jump to the menu with ID l3m1.

<?xml version="1.0" encoding="UTF-8"?>
<SnomIPPhoneMenu>
    <Menu name="m1" id="m1">
        <Menu name="l2m1" id="l2m1">
            <Menu name="l3m1" id="l3m1">
                <MenuItem name="l3m1mi1" id="l3m1mi1"></MenuItem>
                <MenuItem name="l3m1mi2" id="l3m1mi2"></MenuItem>
                <MenuItem name="l3m1mi3" id="l3m1mi3"></MenuItem>
            </Menu>
        </Menu>
    </Menu>
    <MenuItem name="go to l3m1">
        <Url>http://link_to_this_example.xml#menu=/SnomIPPhoneMenu/*[@id="m1"]/*[@id="l2m1"]/*[@id="l3m1"]</Url>
    </MenuItem>
</SnomIPPhoneMenu>


Result:


There is no content with the specified labels