On 22/03/2013 21:14, Martin Holmes wrote:
If I have a template matching an attribute, and producing one in the
output tree, like this:
<xsl:template match="@style">
<xsl:attribute name="style" select="."/>
</xsl:template>
Is there any way to know the name of the element in the result tree
which is the parent of the attribute being created?
Only by passing the information as a parameter, or working it out from
the context (e.g. from knowledge of the name of the parent in the SOURCE
tree).
Michael Kay
Saxonica
--~------------------------------------------------------------------
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>
--~--