Hi
if i have xml structured like this:
<grpform>
<title>
<head>
<heading>
<actions>
and in the xsl template i'm trying to edit, i am working in the template match="head/heading" section.
My question is how do i reference the title in this section.
Is there any way to do this?
thanx
Cor