This is a bug in Passolo Add-in Text Parser?

I have an error while parsing the following text file and can not parsing all its contents. This is a BUG? Please help me.

Files:
http://jp.wanfutrade.com/download/ErrorInTextParser.rar

Parents Reply
  • Thank you for your detailed reply.

    Need further explanation is that this HCS file is hard-coded strings extracted from a PE file by my own macros.
    When these strings are translated, also need to write in the PE file to complete the localization.

    This HCS file contains the complete XML text, and some elements of these XML text also need to be translated.
    Of course, can export the XML text as XML files and to parses by the XML parser.
    But write the translated XML text is a very troublesome thing because with third-party software is required to complete.
    If can use Passolo text parser to parses the XML text directly, will save a lot of trouble and improve work efficiency.

    So, I would like to ask:
    1, Why to limit length of a single string for the text parser? As far as I know, the regular expression do not have this limitation.
    2, Can lift this limitation in future versions?

    Thank you!

Children