I'm using Rhapsody 8.2.1, in my project I have a table view containing a cell with a dotted list, each row ending with a semicolon, something like this:
- item 1;
- Item 2;
- ...;
- Item n;
When generating the report through Tools->Publish->Generate Report the entirety of the table is correctly exported, exception made for the cell with the dotted list, which displays only the first item, without the semicolon.
Viewing the exported XML through browser (i.e. interrogating the web server rhapsody opens to generate the report), I noticed that the field DataAsXML under the table view item already had the text cut up to the first semicolon.
Is there a way to avoid Rhapsody stopping on this kind of punctuation, or a way to customize the XML generated by Rhapsody?
hmm I also observe from time to time some issues with the way RPE parses the Rhapsody XML (for example, by very long descriptions to be extracted). The way I found so far and could be applied to your case is:
I hope this helps you somehow.