Hi,
Does anyone know a simple way to create an .xml file containing a nested
list from a set of cascading relations.
In other words if I have tables for Catalogue, Section, Page, Product.
The output would be
Catalogue
Section
Page
Product
Product
Page
Product
Section
Page
Product
Catalogue
Thanks in anticipation
Craig
Does anyone know a simple way to create an .xml file containing a nested
list from a set of cascading relations.
In other words if I have tables for Catalogue, Section, Page, Product.
The output would be
Catalogue
Section
Page
Product
Product
Page
Product
Section
Page
Product
Catalogue
Thanks in anticipation
Craig
Comment