OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] Path/XSLT processor - DOM Input

[ Lists Home | Date Index | Thread Index ]

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@redhat.com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS