1
General Board / HTML generation
« on: February 02, 2005, 08:20:22 am »
Hello all,
I need to create a HTML representation of my model.
In one of my use case scenarios I entered some text.
ie:
text text
text text
When I generate the documentation the output shows <WBR>text<WBR>text<WBR>text<WBR>text<WBR> etc.
This means that in the html source the entities for > and < are used (& gt; and & lt;)
When I uncheck "Preserve White space in notes"
I will see
text text<br>text textetc
Agian in the html source the entities for > and < are used (& gt; and & lt;)
Some characters (ie linbreaks and spaces) in the content of the scenario are changed in tags which are changed in html entities. And this is done in two different ways.
I do not want this. What must I do to stop this from happening?
Thanks in advance
Rob
I need to create a HTML representation of my model.
In one of my use case scenarios I entered some text.
ie:
text text
text text
When I generate the documentation the output shows <WBR>text<WBR>text<WBR>text<WBR>text<WBR> etc.
This means that in the html source the entities for > and < are used (& gt; and & lt;)
When I uncheck "Preserve White space in notes"
I will see
text text<br>text textetc
Agian in the html source the entities for > and < are used (& gt; and & lt;)
Some characters (ie linbreaks and spaces) in the content of the scenario are changed in tags which are changed in html entities. And this is done in two different ways.
I do not want this. What must I do to stop this from happening?
Thanks in advance
Rob