GKatReliable
Programmer
I have searched for tips on how to format a Social Security Number or a phone number using xls when the xml is such as this:
<ssno>123456789</ssno>
<phone>1234567890</phone>
The SSno should appear on a web page as
123-45-6789
and the phone number should be, of course,
(123) 456-7890
I can't find any specific reference to the xsl syntax for doing this.
Regards,
Glenn Koproske
<ssno>123456789</ssno>
<phone>1234567890</phone>
The SSno should appear on a web page as
123-45-6789
and the phone number should be, of course,
(123) 456-7890
I can't find any specific reference to the xsl syntax for doing this.
Regards,
Glenn Koproske