[Home] [By Thread] [By Date] [Recent Entries]


On Mon, Sep 02, 2002 at 09:47:42PM -0700, nirmalts wrote:
> Hi,
> 
> Is there any XPath/XSLT processor (C/C++) available,
> which accepts a DOM tree as input?
> I know one - Xalan-C++ - but the Xalan performance is
> poor with DOM input. Any other processors?

Libxslt , it will take a libxml2 "DOM like" tree as input for transformations
    http://xmlsoft.org/XSLT/

see the tutorials. It's "DOM like" in the sense that libxml2 doesn't
expose directly a DOM API, but the tree structure is as close as possible
to DOM. It's all pure C code.

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard@r...  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member