Page 1 of 1

preserve whitespace/CR/LF in XML Editor schema annotations

Posted: Thu Mar 01, 2007 4:59 pm
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.

Posted: Fri Mar 02, 2007 5:47 pm
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