Content
Example: jump between main element within SnomIPPhoneBatch. The value must be an XPath expression
<?xml version="1.0" encoding="UTF-8"?> <SnomIPPhoneBatch> <SnomIPPhoneText id="page0"> <Title>page 0</Title> <SoftKeyItem><Name>*</Name> <Url>http://link_to_this_example.xml#sub=*[@id="page1"]</Url> </SoftKeyItem> <Text>This is page 0<br/> prees * to continue</Text> </SnomIPPhoneText> <SnomIPPhoneText id="page1"> <Title>page 1</Title> <SoftKeyItem><Name>*</Name> <Url>http://link_to_this_example.xml#sub=*[@id="page0"]</Url> </SoftKeyItem> <Text>This is page 1<br/> prees * to continue</Text> </SnomIPPhoneText> </SnomIPPhoneBatch>
Result:
Further Information
Related articles