The input is basically HTML and it is in the form of
So basically a span may contain n number of strong, em, strike tags in any order and I have to convert it into XML of the form
So if both strong and italic is applied to a text, I have to set two attribute s of richtext node.
The complete XSL is:
The other templates for em, strike etc are same as strong//text()
[ April 20, 2007: Message edited by: kapil Gupta ]
[ April 20, 2007: Message edited by: kapil Gupta ]