Goto
Moves to the specified location. It does not affect whether content is playing or not playing.
This element must have either a Location or PopStack child element.
Actions following a Goto element are not executed, unless PopStack is used when no locations are on the stack.
Examples
Jump ahead 10 seconds:
<Goto> <Location Offset=”10000”/> </Goto>
Jump to the beginning of the next container whose Class attribute equals ”Chapter”
<Goto> <Location Target=”Next” Class=”Chapter”/> </Goto>
Jump to the beginning of the container whose ID attribute equals ”Introduction”
<Goto> <Location Ref=”Introduction”/> </Goto>
Return to the last position on the stack.
<Goto> <PopStack/> </Goto>





