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
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