MSXML: How do I build an anchor

Subject: MSXML: How do I build an anchor
From: Bharat.Chintapally@xxxxxxxxxxxxxxxxx
Date: Sun, 22 Oct 2000 18:14:14 -0400
Hello:
     Thanks (Mike) for your response for my earlier question about xsl
param. I have one more quick question. I have used Xalan processor at the
web server end to transform XML into HTML, but now I have decided to ship
the xml data to IE 5.5 browser and trying to use the MSXML at browser end
to render html.

The following worked for me in Xalan, but I am unable to use the same on
MSXML, it complains that I can not use <xsl:text>

        <td><xsl:element name="a">
        <xsl:attribute name="href">
                <xsl:text>
                http://TPADEV041:8001/servlet/StatusQuery?report=Document
Detail&amp;uuid=
                </xsl:text>
                <xsl:value-of select="@uuid"/>
        </xsl:attribute>
        <xsl:value-of select="docId"/>
        </xsl:element>
        </td>

I am trying to find the equivalent of the above snippet for MSXML. I tried
the following, but am unable to append the "uuid" (@uuid) value to the
servlet action string. I tried some thing like the following:

 <td>
      <A href="http://TPADEV041:8001/servlet/StatusQuery?report=Document
Detail&amp;uuid={@uuid}"><xsl:value-of select="startTime"/></A>
</td>

Servlet action string is being rendered as it is, the uuid value is not
being set.

Any help is greatly appreciated.

Thanks
-- bharat
---------------------------------------------------------------
Bharat Chintapally
CommerceQuest Inc.
bharat.chintapally@xxxxxxxxxxxxxxxxx
New Phone # 813-639-6478
---------------------------------------------------------------


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


Current Thread