preserve whitespace/CR/LF in XML Editor schema annotations

Are you missing a feature? Request its implementation here.
shuphi
Posts: 7
Joined: Wed Jul 26, 2006 11:24 am
Location: Zurich/Switzerland

preserve whitespace/CR/LF in XML Editor schema annotations

Post by shuphi »

XML Schema annotations should be rendered in XML Editor
with whitespace and linefeeds/carriage returns preserved.

That way extensive annotations could be basically formatted with indents/linefeeds in the XML Schema for better readability.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

If you want to format the annotation displayed for content completion use the following HTML tags allowed inside xs:documentation: p, br, ul, li. They are rendered as in a HTML file: br breaks the line, ul encloses a list of items, etc.


Regards,
Sorin
Post Reply