0 Replies Latest reply: Feb 27, 2012 8:49 AM by karthi D RSS

getting data from html editor in xml forms

karthi D
Currently Being Moderated

Dear All

 

I'm trying to programmatically parse an XML document that was created in KM using an XML form.

I have html editor in my from

Text entered by user in html editor will goes into the XML attribute <details>

 

After parsing the xml i am getting data for the details attribute with html code

 

ex; xml format

<root>

<Name> xyx </Name>

<details>

<P> text here </P>

<L1>list item here </L1>

</details>

 

After parsing i am getting data as

<P> text here </P>

<L1>list item here </L1>

 

if i print this with response object i am getting same out put

 

i need to display the contents how they entered in the HTML editor with bullets point and list items.

 

Thanks

Karthi

 

Edited by: karthi D on Feb 27, 2012 8:47 AM