[xsl] "Concatenate two element values as an attribute value". ( was Re: [xsl] Variables )

Subject: [xsl] "Concatenate two element values as an attribute value". ( was Re: [xsl] Variables )
From: David Galligani <galligani@xxxxxxxxxxxxx>
Date: Mon, 26 Oct 2009 15:03:45 +0100
First of all many thx to everybody ...
I apologize if I posted a non-correct mail to the list .
With your hints , it "almost" works :)


<a href="{/webenmr/calculation/webinfo/@workingdir}/{@filename}"> ...
</a>
and
<a
href="{ancestor::calculation/webinfo/@workingdir}/{@filename}">...</a>

Output a correct href , even in if there's a : <xsl:value-of select="@filename}"/> between the two <a> and </a> tags I get an empty page :)
I think you're having problems because you haven't understood the concept of
the context node/item, or the details of when and how it changes.

Michael , surely you'r right ... I've been told to learn xml/xsl and to complete a job in a week ,
so It's not easy a task , and probably I missed a lot of concept ...



Thx again


D.

Current Thread