Jump to letter:
9ABCDEFGHIJKLMNOPRSTUVWXYZ
xml2po - Tool for translating XML documents
- Description:
xml2po is a simple Python program which extracts translatable content
from free-form XML documents and outputs gettext compatible POT
files.
It can work it's magic with most "simple" tags, and for complicated
tags one has to provide a list of all tags which are "final" (that
will be put into one "message" in PO file), "ignored" (skipped over)
and "space preserving".
I will try to provide sane defaults for DocBook documents and other
common document types (like Gnome Summaries, XHTML). For other kinds
of documents, it is possible to use "-a" (--automatic-tags) to choose
suitable translatable pieces. It usually works very well.
Packages