string conversion
Posted: Tue Dec 04, 2007 10:35 pm
Before I start reinventing the wheel, is there a function to convert a string of characters to to its "html" form?
Code: Select all
a => & #97;
b => & #98;
c => & #99;
...