This is a migrated thread and some comments may be shown as answers.

Conversion of WordML tags to HTML Tags

0 Answers 60 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
sundaril lakshmi
Top achievements
Rank 1
sundaril lakshmi asked on 07 Apr 2010, 03:40 PM
Hi Team,

May I'm posting in worng place, but i don't know where to post it.

Actually my problem is....

I have content which is in wordml format stored in database, now I have to replace those tags and should display it in Textbox again.

my actual content in DB is

------------------
<w:document xmlns:ve="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xml:space="preserve">    <w:body>      <w:sect>        <w:p>          <w:pPr>            <w:jc w:val="left" />            <w:spacing w:after="180" w:before="180" />          </w:pPr>          <w:r>            <w:rPr>              <w:rFonts w:ascii="Tahoma" w:hAnsi="Tahoma" w:cs="Tahoma" />              <w:sz w:val="16" />              <w:b w:val="off" />              <w:i w:val="off" />              <w:color w:val="000000" />            </w:rPr>            <w:t>dsafdsfdsafdfdsfdsfdfdf</w:t>          </w:r>        </w:p>        <w:p>          <w:pPr>            <w:jc w:val="left" />            <w:spacing w:after="180" w:before="180" />          </w:pPr>          <w:r>            <w:rPr>              <w:rFonts w:ascii="Tahoma" w:hAnsi="Tahoma" w:cs="Tahoma" />              <w:sz w:val="16" />              <w:b w:val="off" />              <w:i w:val="off" />              <w:color w:val="000000" />            </w:rPr>          </w:r>        </w:p>      </w:sect>    </w:body>  </w:document>

----------------------
Now I've to display actual content in Textbox by removing tags

Please suggest me a solution or any replated information

Thanks in advance.

Regards,

Sundari

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
sundaril lakshmi
Top achievements
Rank 1
Share this question
or