| Subject: RE: [xsl] How to filter characters from a string? From: Greg Faron <gfaron@xxxxxxxxxxxxxxxxxx> Date: Fri, 29 Mar 2002 14:36:10 -0700 | 
Write a translate that removes all the characters that are allowed in base64. The result of this translate is a string containing all the characters that aren't allowed, i.e. the ones you want to remove. Use this as the second parameter for another translate():
translate($x, translate($x, 'ABCDE...abcde...12345...', ''), '')
Greg Faron Integre Technical Publishing Co.
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: [xsl] How to filter characters , Michael Kay | Thread | [xsl] Grooping and Sorting problem, Frédéric Tremblay | 
| RE: [xsl] XML String as Parameter.., Michael Kay | Date | RE: [xsl] assigning child number to, Michael Kay | 
| Month |