• Is a lot to explan but i have build a funcion to convert XML to TABLE, and represent by column names the alias names of the XML format, and in xml have columns with same name (but case sensitive), then i need to represent exactly in the column

    example

    <cols>

    <i name="A"/>

    <i name="a"/>

    </cols>

    <rows>

    <i a="John" A="Male" />

    </rows>