Last updated August 08, 2009 15:54, by hlavki
Java API for parsing XDXF Wiki
You can download latest snapshot from maven repository. This library requires java 1.5 runtime. See API usage page.
Parser doesn't support all features defined in xdxf format specification. I am working on full support. List of non supported features:
- Logical format of xdxf
- These elements are not supported in article element <ar>:
- <def> - This tag marks a definition or a group of definitions which fall into a certain category.
- <dtrn> - This tag marks Direct Translation of the key-phrase.
- <kref> - Reference to another key-phrase, which is located in the same file.
- <rref> - Reference to a Resource file, which is located in the same folder.
- <iref> - Reference to an Internet resource.
- <c> - Marks text with a given color.
- <ex> - Marks the text of an example. (usually shown in a different color by the program)
- <co> - Marks the text of an editorial comment.
- <su> - Marks a sub-article. Sub-articles are used to represent nested articles. [TODO: Add more description, and an example]
- Abbreviations are used only in key of article





