DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28869>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28869 I18nTransformer: unmatched brackets cause OutOfMemoryError ------- Additional Comments From [EMAIL PROTECTED] 2004-05-11 06:22 ------- Oops, forgot to mention, this is the file that serves as the basis for generation of messages_*.xml. But I checked the generated file, and it copies the mismatched brackets faithfully. In the generated file it looks like this: <?xml version="1.0" encoding="UTF-8"?> <catalogue xml:lang="de"> <message key="YourDebitAccount">Ihr Guthaben: {0] {1}</message> </catalogue> Yes, I also thought it strange that it didn't have problems until the faulty translation is called, instead of when any translation in the file is called. I've since expanded my unit test to check for mismatched brackets... ;-)
