RE: C++ libraries for XML/XSL

Subject: RE: C++ libraries for XML/XSL
From: "Volker Wend" <volker.wend@xxxxxxx>
Date: Fri, 21 Jan 2000 15:37:02 +0100
Have a look at http://xml.apache.org. xerces is availabe as C++ Parser that
implements DOM and sax

Regards,
Volker Wend


> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of James Lynn
> Sent: Freitag, 21. Januar 2000 13:31
> 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