SiteExperts.com Logo Home | Community | Developer's Paradise
User Groups | Site Tools | Site Information | Search
 Main Menu
 Forums
SiteExperts.com Forums
All Discussions

SiteExperts Feedback
The Lounge
Dynamic HTML
Site Design/ Critiques
HTML and CSS
XML Technologies
The Wireless Internet
Internet Explorer
Microsoft .NET
The Server
Technical Support

Sponsored Links

User Groups : Forums : SiteExperts : XML Technologies :

Previous DiscussionNext Discussion
 XSL & XML in FireFox

HI,

I have an application in IE and I'm moving it to FireFox.

There is one section I didn't find match functionality:

currSort1DirNodeVal = xsl.documentElement.selectSingleNode("//xsl:param[@name=\"sort1Dir\"]/@select").nodeValue;

xsl example is:

......................

<?xml version="1.0" ?>

- <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <xsl:param name="sortByDummy" select="' '" />
  <xsl:param name="sort1By" select="'time'" />
  <xsl:param name="sort1Dir" select="'ascending'" />
  <xsl:param name="sort1Type" select="'number'" />
  <xsl:param name="sort2By" select="' '" />
  <xsl:param name="sort2Dir" select="'ascending'" />

..................................

Can you help

 

thanks :-)

 

Started By en on Jan 18, 2006 at 5:03:13 AM

14 Response(s) | Reply

View All Replies | Goto Page: 2 1
MHenke on Jan 18, 2006 at 5:32:42 AM

var currSort1DirNodeVal = xmlDocument.evaluate(("//xsl:param[@name=\"sort1Dir\"]/@select", xmlDocument, null, 9, null).singleNodeValue;


Check out document.evaluate() for details.


View All Replies | Goto Page: 2 1

To respond to a discussion, you must first logon.

If you are not registered, please register yourself to become a member of the SiteExperts.community.

User Name
Password
Copyright 1997-2000 InsideDHTML.com, LLC. All rights reserved.