|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Using document() and gett, Eliot Kimber | Thread | RE: [xsl] What is the equivalent, Michael Kay |
| Re: [xsl] Using document() and gett, Eliot Kimber | Date | RE: [xsl] What is the equivalent, Josh Canfield |
| Month |