Cd

Cd

Change to the path specified by a xpath.

Table of usage.

cd <XPATH>
cd -t<TEMPLATENAME>    (To changes current SOURCE node to a be xsl template with name <NAME>, but does execute source command)
cd -s<XPATH>    (An absolute xPath to node within stylesheet)
cd <SHORTCUT> <XPATH>
Where SHORTCUT can be either
<< = preceding-sibling::node()
>> = following-sibling::node()
<- = ancestor::node()
-> = decendant::node()
KDE Logo