Subject: Re: [xsl] Using the value of the current attribute in select From: Michael Kay <mike@xxxxxxxxxxxx> Date: Mon, 04 Apr 2011 00:29:46 +0100 |
I am trying to get a copy-of an element by the value of one of it's decendants. The issue is that I need to match it with a value of the a current attribute:
following-sibling::foreign-key[child::reference/@local="the_value_of_the_current_attribute"]
Michael Kay Saxonica
Here's an example of the xml I am trying to process.
<table> <column name="parent_id" /> <foreign-key> <reference local="parent_id" /> </foreign-key> </table>
I want to use the @name of the column in the xpath expression.
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Using the value of the cu, Brandon Ibach | Thread | Re: [xsl] Using the value of the cu, Mansour Al Akeel |
Re: [xsl] Using the value of the cu, Brandon Ibach | Date | Re: [xsl] Using the value of the cu, Mansour Al Akeel |
Month |