Hi
I have the following as dxl output which is an richtext field text (formatted) output
<?xml version='1.0'?><document xmlns=‘http://www.lotus.com/dxl’ version=‘8.0’ milestonebuild=‘4’
replicaid=‘6525751E001E7B27’ form=‘Richtxt_Test’>
20090212T153750,70+0530
20090212T153926,04+0530
20090212T153926,03+0530
20090212T153926,03+0530
20090212T153912,50+0530
20090212T153912,50+0530
This a a text with red<run
color
This a a text with blue color
This a a text with red<run
color
This a a text with blue color
I have to use xslt for converting it to html output in web browser.
I could display the text but without formatting.
Please help me to resolve this issue with code for fomatting in xslt
Thanx in advance