1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
# Apache Xalan-C/C++ XSLT Library

## Overview
The Apache Xalan-C++ Project provides a library and a command line
program to transform XML documents using a stylesheet that conforms to
XSLT 1.0 standards.
Xalan is a project of the Apache Software Foundation.
## Links
* [Project Website](http://xalan.apache.org/xalan-c/)
* Source Repository:
see [GitHub](https://github.com/apache/xalan-c)
or [Apache GitBox](https://gitbox.apache.org/repos/asf?p=xalan-c.git)
* [Downloads](http://www.apache.org/dyn/mirrors/mirrors.cgi/xalan/xalan-c)
## Documentation
[Table of Contents](docs/index.md)

|