Zmitko, Jan wrote:
can anybody help me with the following Problem. I would use an dynamic XPath
expression as follows:

<xsl:value-of
select="root/dreba.prj.gm3.opk.view.pdf.OpkDruckenData/anrede?/@value)"/>

In place of question mark i would set an value 1 or 2. This value is
replaced some expressions. So I try to solve it with parameter, because it
does not work.

Try select="root/dre...Data/*[name()=concat('anrede',$param)]/@value)"/>


XSLT questions should be asked on the XSL list: http://www.mulberrytech.com/xsl/xsl-list/


J.Pietschmann



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to