I was wondering if anyone could explain how to achieve the following. In my XSL, I have a child element whose parent may or may not have specified a width attribute. I believe the following element will grab the value:
<xsl:value-of select="../@width"/>
However, how do I assign a...