OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: MSXML XPath question



I have seen that you have fixed this, but you could consider another
approach. This is to write an XSLT stylesheet to create the HTML page
including the table. You then write your filter into the stylesheet using
the DOM before executing a transformNode.

Paul Spencer
CTO, alphaXML Ltd
alphaXML is recruiting XML Consultants
+44 (0)1491 630053
http://www.alphaxml.com


-----Original Message-----
From: White, Solomon [mailto:Solomon_White@amr-corp.com]
Sent: 18 May 2001 20:56
To: Xml-Dev Mailing List (E-mail)
Subject: MSXML XPath question


Hello all--

I have a question regarding the use of XPath in IE5+.  What I am trying to
do is build an html page that loads xml data from a file, then gives users
the ability to filter/sort the data.  The way I am attempting to go about
this is as follows (see actual code below):

[rest snipped]