XSLT Processors for C
Niels Möller
nisse at lysator.liu.se
Tue Nov 23 10:08:08 GMT 1999
What XSLT processors exists out there, that I can use from C (or
perhaps C++)?
I could fork off a java machine and XP or LotusXSL, and parse its
output with expat. At least, that's the kind of functionality that I
would need. However, I would much prefer if I could get equivalent
functionality but avoid
(i) external processes
(ii) java machines
(iii) real construction of the intermediate XML document.
With (iii), I mean that it would be nice if the XSL processor doesn't
actually write the resultant XML document anywhere, but instead
provides me with SAX-like callbacks as the result-tree is constructed.
/Niels
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo at ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list