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

XSL and IE5

Subject: XSL and IE5
From: Mick <mick@xxxxxxxxxxxx>
Date: Sat, 5 Feb 2000 12:15:17 +0100
xsl value of select ie5
Thank you everyone who helped me with some XSL code a while ago.
I have a piece of XSL code that works well for generating HTML code in
eXcelon Stylus, but it doesn't work for IE5. I know that there's a
difference between standard XSL and XSL used for IE5, but I have no idea
(yet) what the differences are.
Does anyone know what the XSL for IE5 for the following code should be?

<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="folio">
<xsl:for-each select="column">
<p>
[
manuscript: <xsl:value-of select="ancestor::manuscript/@msname"/>,
folio: <xsl:value-of select="../@number"/>,
column: <xsl:value-of select="@colnumber"/>
]
<br/>
<xsl:for-each select="line">
[<xsl:value-of select="@linenumber"/>] <xsl:value-of select="."/>
<br/>
</xsl:for-each>
</p>
</xsl:for-each>
</xsl:template>
</xsl:stylesheet>

The result I get in IE5 with the code above is:

[manuscript:, folio:, column:,]
[ ]

i.e. the attribute values and the line itself are not displayed. What am I
doing wrong here?

Mick



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


Current Thread
  • XSL and IE5
    • Mick - Sat, 5 Feb 2000 12:15:17 +0100 <=

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.