lvapeab / m4loc

Automatically exported from code.google.com/p/m4loc
GNU Lesser General Public License v3.0
0 stars 0 forks source link

incorrectly created XLIFF; consequence #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
echo "<p>You are now logged" | mod_tokenizer

result is:
<p>You are now logged

should be:
<p> You are now logged
(space between > and You)

Should be done by some XML entity recognizer?

Original issue reported on code.google.com by xhu...@gmail.com on 2 Mar 2011 at 5:52

GoogleCodeExporter commented 9 years ago
done by regexp in svn r. 51

Original comment by xhu...@gmail.com on 4 Mar 2011 at 9:51

GoogleCodeExporter commented 9 years ago

Original comment by xhu...@gmail.com on 9 Mar 2011 at 3:50