-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
22 lines (14 loc) · 821 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Xylophone: style-sheets for expressing XML as LDIF.
The project page is available here:
http://sourceforge.net/projects/xylophone
Documentation is available within the file: Documentation/Guide.txt.
This file describes how to use Xylophone and gives several examples.
A complete, but trivial "hello world" example is provided with the
file hello-world.xml. To use it (with xsltproc), do:
xsltproc xsl/xylophone.xsl Documentation/hello-world.xml
The file Documentation/dynamic.xml is an example "dynamic" file that
is mentioned in the documentation. It is included for convenience and
is not required to use Xylophone.
The XSLT style-sheets are made available under the terms and
conditions described in the file Licence.txt and at the top of each
XSLT file. In essence, it is a three-clause BSD license.