When saving a structured document to XML, the Table Continuation variable is translated to an entity named "fm.tcont".
Strangely, the content of the entity is a control character (0x11). The file is saved as XML, but the parser returns an error,
Error at file d:\test\100219\doc_test.xml.1F0, line 31, char 22, Message: Invalid character (Unicode: 0x11)
Error at line 31, char 24, Message: Expected a literal entity value or PUBLIC/SYSTEM identifier
Parse error at line 31, char 20: Not well-formed (invalid token)
Parsing aborted.
The content of the variable is nothing suspicious, just " (continued)", where the first character is a normal space.
Did anyone encounter the same problem and knows how to fix it?
This is on FM8.0p277 on Windows XP.
Thanks a lot in advance,
Johannes