资 源 简 介
xarabica (XML Arabic Authoring tool) is a simple tool that converts documents written in Arabic xml into other formats. At present, only HTML4.1-strict/CSS is supported while support for other formats is planed. xarabica is implemented using python.
Note: If possible, **always download strait from the source section**. Although packaged "featured download" versions will work, minor bug fixes and enhancements wont get added until major changes have been made. **Downloading from the sources section will guaranty that you"ll have the best working version to date**.
xarabica can be used as a standalone application or a library. If used in the first case, it can be linked with other programs via redirection.
An example:
python xarabica.py INPUT_FILE OUTPUT_FILE
Another example: (does the same thing)
cat INPUT_FILE | python xarabica.py > OUTPUT_FILE
for developers:
import xarabicaxarabica.stringT