- milestone: 191507 --> xmlwebgui-0.5b1
Allow Formattings bold, italics and unterline
and the creation of linebrakes..
escapes like in wikiwiki would be of use
the use of HTML Tags such as <br>
shows a parser exception
Thes 2 browsers creates attribute and element text as
follwoing...
//IE6
//<DD>ATTRIBUTTEXT</DD>
//<DD class="#IMPLIED"></DD> //Leeres Attribut
//<P class="cdata" xmlns="">Elementtext</P>
//NS6
//<dd class="#IMPLIED">ATTRIBUTTEXT</dd>
//<dd class="#IMPLIED"> </dd> // leeres Attribut
//<p xmlns="" class="cdata">Elementtext</p>
a List of special Replacement codes could be includes
in the client
greets Roberto