[
Lists Home |
Date Index |
Thread Index
]
- From: nisse@lysator.liu.se (Niels Möller)
- To: xml-dev@ic.ac.uk
- Date: 23 Nov 1999 11:07:53 +0100
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@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@ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|