Dear Mr. Shafie I have an XSLT question where I did not find a solution by searchig the web. In case you can „just type down“ the solution to the question, I would be very happy ☺
I am loooking fort he following xslt to get rid of 2 common unsemantic word formattings: xslt to convert full bold paragraphs to headings: <p><b>xxx yyy </b></p> —> <h6 class=„BOLD">xxx yyy </h6> xslt to convert lists that contain only one item to headings: <ul><li>xxx yyy</li></ul> —> <h6 class=„LIST">xxx yyy</h6> <ol><li>xxx yyy</li></ol> —> <h6 class=„LIST">xxx yyy</h6> Thank you for your time! Regards Thomas Dumm -- XMLmind Word To XML Support List [email protected] http://www.xmlmind.com/mailman/listinfo/w2x-support
