Re: XPath and XSLT processor

Subject: Re: XPath and XSLT processor
From: "Steve Muench" <Steve.Muench@xxxxxxxxxx>
Date: Wed, 29 Nov 2000 19:37:47 -0800
|   I am looking for processor for both XSLT and XPath.

Both Oracle and Microsoft's XML Parser/DOM implementations
feature integrated XPath access via methods on the
DOM Node implementation like:

  selectNodes( XPathExpression )
  selectSingleNode( XPathExpression )
  valueOf( XPathExpression )

the approach that each uses to handle namespace resolution
is slightly different, as are the implementation language,
but both offer very simple ease of use and good performance.

Oracle's is at http://technet.oracle.com/technet/xml
Download the XML Parser as part of the XDK for the
language you are working in (Java, C, C++)

Microsoft's is at http://msdn.microsoft.com/xml
Download MSXML 3.0

Hope this helps.

______________________________________________________________
Steve Muench, Lead XML Evangelist & Consulting Product Manager
BC4J & XSQL Servlet Development Teams, Oracle Rep to XSL WG
Author "Building Oracle XML Applications", O'Reilly
http://www.oreilly.com/catalog/orxmlapp/





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


Current Thread