Click to See Complete Forum and Search --> : Replace upper case tags iwth lower case tags


icuucme
02-08-2009, 10:03 PM
i get an error in xml if a line has something like

<B>text</b>

it's a mixture of upper and lower case tags

is their a function in ASP vbscript i can write that will find all uppercase tags
(<B> </B>) etc and replace it with the lower case alternative? thanx

downtime
02-09-2009, 04:49 AM
http://www.w3schools.com/vbscript/func_ucase.asp

The UCASE function when applied to a string will change all characters to upper case.