XML Nested List from Cascading Relations

C

CAM

Hi,

Does anyone know a simple way to create an .xml file containing a nested
list (of the data) 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
 
Top