Return to simpleabbr CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / test / XPath / tests |
libxml2
/EXAMPLE /EXAMPLE/head /EXAMPLE/chapter[1] //p //chapter/image //p/text() //p/text()[position()=1] //p/text()[position()=last()] (//p/text())[position()=1] (//p/text())[position()=last()]