We have rewritten the message parsers for the forum because the previous stuff was not 
getting the job properly.

The features are :


  | *  improved HTML support, outside a pre tag and code tag it behaves as
  | HTML (unless it's filtered) and in these tags it will be shown as is
  | *  well formdness completion, any open tag will be closed wether it is HTML or 
special codes
  | *  text renderer is fixed
  | *  easy to extend
  | 

I copy/paste a test case example :

this is some plain text
I love to write entities like < or > to see how the renderer interprets that
check the line break around this line
here we check the wellformdness of the HTML stuff because we enter a code section
which must terminates any open HTML tag
bold
italic

the next line is a quote of myself which contains code
julien wrote : 
  | 
  |   | this is an XML sample, so the great than etc... should be displayed instead of
  |   | being treated as entities
  |   | <?xml version="1.0"?>
  |   | <root> the root element is bold
  |   | </root>
  |   | 
  | 
  | the code is closed, we are going to test the nested quotes
  | anonymous wrote : 
  |   | this is a nested quote
  |   | 
  | the next line is code that contains no breaks
  | public static void
  | 

next one is a quote with no line break
anonymous wrote : quote with no line break


we are going to test if the renderer closes the unclosed statements
bold, italic, underline

http://www.test.com


  | * first item
  | 


  | * first item
  | * second item
  | 


  | * first item
  | * second item
  | 


  | * first item
  | * second item
  | 

big red


a
 a
  a
   a


a
 a
  a
   a


a
 a
  a
   a


  | a
  |  a
  |   a
  |    a
  | 

this is the end of the message


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822003#3822003

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822003


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to