Lecture overview -- Keyboard shortcut: 'u'  Previous page: LAML transformation functions -- Keyboard shortcut: 'p'  Next page: XML Navigators (2) -- Keyboard shortcut: 'n'  Alphabetic index  Help page about these notes  Course home    Slide 12 : 18

XML Navigators (1) 

An XML navigator limits a tree traversal to those parts of an AST in which there is hope to locate a given element

XML navigators in LAML are based on statically derived information from the XML DTD

 

S -> X Y Z
X -> X A | e
Y -> Y B | e
Z -> X | Y