[xsl] What is the equivalent

Subject: [xsl] What is the equivalent
From: "Kotes Mogili" <Kotes.Mogili@xxxxxxxxxxxxxxxxx>
Date: Mon, 22 Mar 2004 14:16:56 -0500
Hi,

What is the equivalent of the following logic in XSL1.0. 

PhoneNumber=(678)898-4274
for (int i = 0; i < phoneNumber.length(); i++) {
                if (Character.isDigit(phoneNumber.charAt(i))) out = out + phoneNumber.charAt(i);
            }

Thanks for the help...

Thanks
Kotes

Current Thread