OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / lib / classpath / external / relaxngDatatype / README.txt
1 ======================================================================\r
2            README FILE FOR DATATYPE INTERFACES FOR RELAX NG\r
3 ======================================================================\r
4 \r
5 \r
6 \r
7 RELAX NG supports multiple datatype vocabularies. To achive this, an\r
8 interface between datatype vocabularies and schema processors is \r
9 necessary. This interface is intended to be a standard Java interface\r
10 for this purpose.\r
11 \r
12 \r
13 ----------------------------------------------------------------------\r
14 LICENSE\r
15 ----------------------------------------------------------------------\r
16 \r
17 See copying.txt.\r
18 \r
19 Note: this license is the BSD license.\r
20 \r
21 \r
22 \r
23 ----------------------------------------------------------------------\r
24 FOR DEVELOPER\r
25 ----------------------------------------------------------------------\r
26 \r
27 If you are planning to implement a datatype library, A sample datatype\r
28 library implementation by James Clark is available at [1], which\r
29 comes with documentation and source code.\r
30 \r
31 If you are planning to implement a schema processor, then don't forget\r
32 to check out org.relaxng.datatype.helpers.DatatypeLibraryLoader, as \r
33 this allows you to dynamically locate datatype implementations.\r
34 \r
35 \r
36 ----------------------------------------------------------------------\r
37 LINKS\r
38 ----------------------------------------------------------------------\r
39 \r
40 * OASIS RELAX NG TC\r
41    http://www.oasis-open.org/committees/relax-ng/\r
42 * RELAX home page\r
43    http://www.xml.gr.jp/relax/\r
44 \r
45 \r
46 ----------------------------------------------------------------------\r
47 REFERENCES\r
48 ----------------------------------------------------------------------\r
49 [1] Sample datatype library implementation by James Clark\r
50     http://www.thaiopensource.com/relaxng/datatype-sample.zip\r
51 \r
52 Document written by Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)\r
53 ======================================================================\r
54 END OF README\r