The patch I sent attached to this bug report had a typo, please use this one instead.
Javier
--- Xml.pm.orig 2008-08-11 01:10:00.000000000 +0200 +++ Xml.pm 2008-08-11 01:33:57.000000000 +0200 @@ -271,7 +271,7 @@ Example: WE<lt>chapterE<gt>E<lt>titleE<gt> Note: This option is deprecated. -You should use the B<translated> and B<untranslate> options instead. +You should use the B<translated> and B<untranslated> options instead. =item attributes @@ -306,9 +306,7 @@ =item translated -=item unstranslated - -Space-separated list of the tags you want to translate or not. +Space-separated list of the tags you want to translate. The tags must be in the form <aaa>, but you can join some (<bbb><aaa>) to indicate that the content of the tag <aaa> will only be translated when itâs into a <bbb> tag. @@ -319,6 +317,11 @@ Example: WE<lt>chapterE<gt>E<lt>titleE<gt> +=item untranslated + +Space-separated list of the tags you do not want to translate or not. It +uses the same format as the B<translated> option. + =back =cut
signature.asc
Description: Digital signature

