Folks, Is it possible to create macro to replace common HTML entities when editing XML files?
(http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references) < --> < > --> > " --> " & --> & Example of source text: the <b>top 5 most critical business priorities</b> that you will personally be involved <br>in over the next 12 to 24 months. <p><i>These may or may not include those that you supplied.</i> ^f("hInstructions")[65].label()^ <br><br> <span class="instruction"... Expected transformation after running the macro: the <b>top 5 most critical business priorities</b> that you will personally be involved <b>in over the next 12 to 24 months. <p><i>These may or may not include those that you supplied.</i> ^f("hInstructions")[65].label()^ <br><br> <span class="instruction"... Thanks. -- <http://forum.pspad.com/read.php?2,63808,63808> PSPad freeware editor http://www.pspad.com
