How to read attribute of a parent node from a child node in XSLT May 16, 2023 by Tarik You can go “up” a level using “..“. So: <xsl:value-of select="../@attr1"/>