[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Matching the “Rest” of a Nodeset
Matching the “rest” of a nodeset is achieved by using a . rest)
pattern
at the end of an element or nodeset pattern.
This is illustrated in the example below:
(sxml-match '(e 3 (f 4 5 6) 7) [(e ,a (f . ,y) ,d) (list a y d)])
The above expression returns (3 (4 5 6) 7)
.
This document was generated on April 20, 2013 using texi2html 5.0.