How to Replace Html tags with a white space in XSL

Liz

New Member
can anyone please help!!I have been trying to write an xsl function for finding out HTML tags in an xml file and replacing them with empty space.can anyone provide me one simple example xsl function which satisfies my requirementfor example,\[code\] <student> <subject><html><b><p>This is working...<br><br>.This is working good.</p></b></html>Hi everyone</subject> </student>\[/code\]In this example I need to be removed html tags like 'html','b'...etc and should be replaced with an empty spaceI should get the output as,\[code\]This is working... .This is working good. Hi everyone\[/code\]Thanks in advance
 
Back
Top