String :: toPlainText - Convert HTML text to plain text
The function created plain text from HTML text by removing HTML tags and replacing paragraphs by new lines and lists by indenting.
Return value:  String value ( odaba::String & )
 
    
The function created plain text from HTML text by removing HTML tags and replacing paragraphs by new lines and lists by indenting.