Hello!

Thanx for your answer.

Pavel Hlavnicka wrote:
> 
> 1. what happened to <bla> in your XPath expression?
> 2. note that expressin in [] is evaluated in the context of code/test
> element
> 3. see attached example
I just made up that example. I encountered that problem several times
now.
Number 2 seems to be the problem for me - I wasnt aware of that. I think
it
also is still a problem for me, event though my example does work with
your 
solution:
When my select goes to a completely different part of the tree, like 
the 'id' I want to select is where I am at the moment, but the select
would be like ../../../somewhere/else. In that case I would completely
loose
the context, right ? Right now I did a call-template with 
<xsl:param name="id"><xsl:value-of select="id"></xsl:param>
which works of course...
Any other way to solve this ?

Thanx,

---Thomas

Reply via email to