Subject: RE: Changing XML Case using XSL/DOM - MSXML3
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 8 Nov 2000 16:22:52 -0000
|
> Is anyone aware of a way in which I can change the
> case of my XML content from Uppercase to Lowercase. I was
> looking at three possible solutions:
>
> 1. Use of stylesheets to perform this function
> but I don't want to process each individual element.
>
> 2. Manipulating the DOM in the code.
>
> 3. Search & Replace before loading the content into the DOM.
I'd suggest (4): using a SAX filter. Though I haven't tried out the SAX2
support in MSXML myself.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|