oreillymedia/HTMLBook

Avoid using @select on xsl:attribute

sandersk opened this issue · 0 comments

For better compatibility with a wider range of XSLT processors, refactor to not use:

<xsl:attribute select=""/>

As it's not supported everywhere.