What i\'m looking for might seem pretty easy to understand, but i\'m having a hard time making it possible.
I want to be able to put the content of an XML file on an
This transformation:
when applied on any XML document (such as this):
1532
16115
16115
1532
16131
16131
16131
16131
16131
produces the wanted output (a list of the names of all elements in the XML document):
Catalog
Category
Category
ParentCategory
Category
ParentCategory
Category
ParentCategory
Category
ParentCategory
Category
ParentCategory
Category
ParentCategory
Category
ParentCategory
Category
ParentCategory
Category
ParentCategory
In case only the distinct element names are wanted, then this transformation:
produces the wanted result:
Catalog
Category
ParentCategory