xml2po 1.0.4 — March 7th, 2004
..............................

Improvements:
 o New option "-a" to automatically try to select which tags are final
   and which are not, works better for random XML documents
 o new option "-p POFILE" which first produces a MO file for a user using
   system-installed msgfmt, and then performs the merge step
 o new option "-u LANG" which updates translation based on XML file
   (currently uses msgmerge and calls xml2po.py again)

Fixed:
 o There were some errors in worthOutputting where it considered only
   nodes which contained only text to be "worth", and others not

xml2po 1.0.3 — March 7th, 2004
..............................

Fixed:
 o a bug when element without content was omitted (eg. <br/>).

xml2po 1.0.2 — March 3rd, 2004
..............................

Improvements:
 o normalizeString enhanced (no stripping whitespace where it
   shouldn't be stripped)
 o support for translators' comments in XML files (first comment
   prior to tag is used)

 o implemented "-o FILE" option for directing output to FILE

xml2po 1.0.1 — March 1st, 2004
..............................

Second public release.  Allows translating XML documents,
with nested tags, resolving entity references, etc.

Tries to "just work", but it cannot do it completely.
