This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: XPath and XSLT processor


|   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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]