Hello,
If I have an XML file is there any way to output the structure and column names held within, but not the data. For example, in the following:

I would like my final output to appear as:
CATALOG.CD.TITLE
CATALOG.CD.ARTIST
CATALOG.CD.COUNTRY
CATALOG.CD.COMPANY
CATALOG.CD.PRICE
CATALOG.CD.YEAR
I have attached the sample XML File and also my attempt to date, although it may not be the best way to approach the issue.
Many thanks.