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

Problems with IE5b's methods

Subject: Problems with IE5b's methods
From: Jarno Elovirta <jarnose@xxxxxxxxxx>
Date: Wed, 3 Mar 1999 15:17:21 +0200 (EET)
xsl lastchild
Has anyone noticed a bug in IE5b with it's XSL methods, or is it
just me and my files? When I use

<xsl:choose>
  <xsl:when match="*[rdf:Description]">
    <xml:text>matches found: </xml:text>
    <xsl:eval>childNumber(this.lastChild)</xsl:eval>
  </xsl:when>
  <xsl:otherwise>
     <xml:text>Sorry, your search yielded no results.</xml:text>
   </xsl:otherwise>
</xsl:choose>

to output the children count of an element if there are any children, IE5b
returns

line = 1, col = 0 (line is offset from the tag) Error returned from
property or method call 

and then sometimes it seems to work. Should it work, or... what? Also with

<xsl:if match="*[dc:Language/rdf:Value]">
  <xml:text> -  
</xml:text><xsl:eval>transformLanguage(selectSingleNode("//dc:Language/rdf:Value").text)</xsl:eval>
</xsl:if>

with transformLanguage being a script in <xsl:script>, it returns the same
error from time to time - right now all the time. My mistake or not?

: jarno - kmfdm this time


 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.