RE: C++ libraries for XML/XSL

Subject: RE: C++ libraries for XML/XSL
From: "Mark Scardina" <mscardin@xxxxxxxxxxxxx>
Date: Fri, 21 Jan 2000 10:17:57 -0800
Take a look at the Oracle C++ Parser on OTN.  It has built in XSLT support.
Its located at http://technet.oracle.com/tech/xml/.

Mark                                        __  __  _  __     __
___________________________________________(__)|-< /-\(__ |__(-_
Mark V. Scardina                 Sr Product Mgr & XML Evangelist
CORE AND XML DEVELOPMENT GROUP    E-mail: mscardin@xxxxxxxxxxxxx


> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of James Lynn
> Sent: Friday, January 21, 2000 4:31 AM
> To: xsl-list@xxxxxxxxxxxxxxxx
> Subject: C++ libraries for XML/XSL
>
>
> We're developing an ISAPI extension that will use XML and XSLT. We're
> looking for a stable library that implements XML parsing and XSL
> transformation. Our platform is currently Windows NT Server, running IIS4,
> but we want to remain able to move to other non-windows platforms in the
> future if it becomes necessary.
>
> Can anyone suggest a reliable C++ library for XML and XSLT? Most
> work seems
> to be being done in Java, which doesn't help us at this stage. Our current
> proposed solution is to wrap the Microsoft msxml component in more generic
> classes so we can drop that out and drop in another solution later. I'm
> nervous about committing to the MS component since I read that its
> conformance isn't necessarily that great.  If there already is a
> cross-platform C++ library, it would be preferable.
>
> Failing that, am I missing any other solutions to providing XML
> tree-parsing
> and XSL transformations in C++?
>
> Any advice would be appreciated.
>
> Jim Lynn.
> Developer, h2g2.
> http://www.h2g2.com
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


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


Current Thread