[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

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
how to build an anchor
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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.