Hi all,
I have a doubt about a piece of my code.
I wrote an xml template for the report writer in order to customize the useCaseDiagram.
This is the line code that cause me a “problem”
If (in the UML diagram) I insert in the field description of an usecase a description like this:
" text
- text 1
- text 2
- text 1
"
Text1, text2 and text3 are part of bullets or numbering
Then I try to genereate a document with reportWriter. But the generated document has lost some information. The final document shows me this:
“text
1)
2)
3)”
It seems that the document loose the description information.
Could you help me???
Thanks in advance
Ilaria