Sunday, 8 February 2015

How to remove xml tags only using xslt




<document><body><p><pPr><autoSpaceDE/><autoSpaceDN/><adjustRightInd/><spacing/><rPr><rFonts/><b/><bCs/><lang/></rPr></pPr><r><rPr><rFonts/><b/><bCs/><lang/></rPr><t>Title</t></r></p></body></document>


How can i remove some tags without affecting or deleting the text inside this is my expected output after xslt



<document><body><p>Title</p></body></document>

No comments:

Post a Comment