xsl-list
[Top] [All Lists]

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

2009-10-26 10:01:57
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}/{(_at_)filename}"> ... </a>
and
  <a
href="{ancestor::calculation/webinfo/@workingdir}/{(_at_)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.



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>