- Timestamp:
-
11/19/13 13:28:46 (9 years ago)
- Author:
-
thomas
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v17
|
v18
|
|
36 | 36 | Aside the standard XML Schema Definition that establishes the CSRML data structure and XML syntax, an open-source LGPL-licensed reference library that provides the generic I/O functionality for the CSRML documents has been implemented. The reference library implementation contains modules to: |
37 | 37 | |
38 | | * read and parse CSRML documents resulting in the programmatic objects representing the CSRML elements, |
39 | | * write CSRML objects, e.g., into a file, and |
40 | | * validate CSRML content at the basic level, e.g., for checking syntax and semantic features against the language definition expressed by an XML Schema document. |
| 38 | * read and parse CSRML documents resulting in the programmatic objects representing the CSRML elements |
| 39 | * write CSRML objects, e.g., into a file |
| 40 | * validate CSRML content at the basic level, e.g., for checking syntax and semantic features against the language definition expressed by an XML Schema document |
41 | 41 | |
42 | | Both the XML Schema Definition of CSRML, and the source code of the CSRML reference implementation are released under [http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html GNU Lesser General Public License Version 2.1] and can be downloaded free-of-charge. |
| 42 | Both the XML Schema Definition of CSRML, and the source code of the CSRML reference implementation are released under the [http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html GNU Lesser General Public License Version 2.1] and can be downloaded free-of-charge. |
43 | 43 | |
44 | 44 | {{{ |