> <P><A><xsl:attribute name="HREF" select="/website/url">Web Site
URL</A></P>

You didn't terminate the xsl:attribute element....

<P><A><xsl:attribute name="HREF" select="/website/url"/>Web Site
URL</A></P>

Attribute value templates are also a legitimate solution, of course.

______________________________________
Joe Kesselman, IBM Next-Generation Web Technologies: XML, XSL and more.
"The world changed profoundly and unpredictably the day Tim Berners Lee
got bitten by a radioactive spider." -- Rafe Culpin, in r.m.filk

Reply via email to