17 Oct
2007
17 Oct
'07
11:06 p.m.
Hi,
I just changed inkscapeUTFfr.xml so that xml2po is happy with it. I had to change a lot of <para></para> or <para /> to <para>some text</para> (I used FIXME instead of "some text"), since xml2po doesn't seem to like such empty tags. (Not just paras, also terms and titles etc.)
Doing xmllint --valid --noout inkscapeUTFfr.xml still complains about some issues though.
Oh, and I also changed "<para >" to "<para>" for cosmetic reasons.
If you want to try creating a pot file youself, do:
xml2po --output=inkscape_user_manual_orig_fr.pot inkscapeUTFfr.xml
Cheers Colin