Find and replace entity in xslt
问题 i need to find and replace an entity in xslt. i need to do this without using template match. suppose my xml like this, <root> <p>Master's</p> <p><blockFixed type="quotation"><p>let's</p></blockFixed></p> <p>student's<featureFixed id=1/></p> <p><blockFixed type="quotation"><p>nurse's</p></blockFixed></p> <p>Master's</p> </root> i need to change ' into ’ so output should be like this, <root> <p>Master<apos>’</apos>s</p> <p><blockFixed type="quotation"><p>let<apos>