Skip to Content
0
Former Member
Oct 24, 2006 at 08:40 PM

Conversion of XML tags from Uppercase to lowercase

228 Views

I was downloading the data from internal table to XML.

I am using "SDIXML_DATA_TO_DOM" and "SDIXML_DOM_TO_XML"

function modules.

In the output I was getting the XML tags in UPPERCASE.

can we convert them to LOWERCASE.

Ex: <COUNTRY>US</COUNTRY>

I want like this.

<country>US</country>

Thanks in advance,

Kumar.