does anyone know how to set the context node when processing an xml document with xsl? i.e. how do you move the context node to another node further up/down the document?
i thought i could do it by using <apply-templates select="another node"/>, but i still get stuff outputted from nodes between the node where the apply-templates is called and the one selected!?
thanks!!