7 projects tagged "Text Processing"
IrrXML is a high speed and easy-to-use XML parser without external dependencies. It is very small and provides forward- only, read-only access to a stream of non-validated XML data through an extensible object oriented interface. It ideally fits into realtime projects which need to read XML data without overhead, like games.
XSLT syntax highlighting is an implementation of syntax highlighting as an extension module for Java based XSLT processors (such as Xalan or Saxon). For example, if you have an article about programming written in DocBook, code examples can be automatically syntax highlighted during the XSLT processing phase.
libunibreak is an implementation of the line breaking and word breaking algorithms as described in Unicode Standard Annex 14 and Unicode Standard Annex 29. It is a superset of, and supersedes, liblinebreak. It is designed to be used in a generic text renderer. FBReader is one real-world example.