Use of {}

Subject: Use of {}
From: "Richard Birkby" <rbirkby@xxxxxxxxxxxxxxx>
Date: Fri, 25 Feb 2000 15:36:22 -0000
{} can be used in attribute values instead of an <xsl:value-of> within an
<xsl:attribute>

What were the reasons for restricting it to attributes, and not extending it
to conventional text nodes?


It's similar to:

<SCRIPT>
<%=m_sObject%>.alert("This is a <%=m_sTestOrLive%> system");
</SCRIPT>

in ASP is a lot easier than

<SCRIPT>
<%Call Response.Write(m_sObject)%>.alert("This is a <%Call
Response.Write(m_sTestOrLive)%> system");
</SCRIPT>


Richard
instead of typing 'xsl-list' for this mailing list, I began typing 'xsl:'...


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • Use of {}
    • Richard Birkby - Fri, 25 Feb 2000 15:36:22 -0000 <=