-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
63 lines (39 loc) · 1.33 KB
/
README.txt
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
OpenLyrics
===========
OpenLyrics is a free, open XML standard for Christian worship songs. The
goal of OpenLyrics is to provide an application-independant and operating
system-independant song format for interoperability between applications.
For more details see:
http://openlyrics.info
Files
-----
openlyrics-0.8.rng - RelaxNG XML Schema for a song
validate.py - Python script to validate XML using RelaxNG schema
chords.txt - examples of chord notation
themelist.txt - standardized song themes (from www.ccli.com)
Folders
-------
examples - song examples
examples/simple.xml - minimalistic song example
examples/complex.xml - complex song example
examples/format.xml - example with formatting tags
examples/format2.xml - more complex song with formatting tags
songs - several song examples
tools - additional tools
Validation
===========
Online Validator
----------------
http://validator.nu/
Other RelaxNG Software
----------------------
http://relaxng.org/#software
Included Validator
------------------
validate.py - for validating xml documents with given RelaxNG schema.
To use this python script you need:
* python >=2.4
* python library lxml:
http://pypi.python.org/pypi/lxml
Usage:
python validate.py openlyrics-0.8.rng any_song.xml