Subject: Re: [xsl] "FLAT" XML to Hierarchical XML From: Brandon Schenz <brandons@xxxxxxxxxxxxxxxxx> Date: Fri, 24 Sep 2004 10:50:09 -0400 |
*Brandon Schenz* Midwest Sports Supply Phone: 513-956-4900 Fax: 513-956-4910 E-mail: brandons@xxxxxxxxxxxxxxxxx
I don't see the hierarchy in the output you say you want. All the customers are in one element, all the orders are in a sibling element, and all the order details go into a third sibling. Is this really the format you want? When you said you wanted to make the format hierarchical, I imagined that you wanted to group all the items by order and all the orders by customer, something like this:
<customer> <orders> <order> <line-item></line-item> </order> </orders> </customer>
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
RE: [xsl] "FLAT" XML to Hierarchica, cknell | Thread | RE: Re: [xsl] "FLAT" XML to Hierarc, cknell |
Re: [xsl] applying templates to all, Bruce D'Arcus | Date | Re: [xsl] applying templates to all, David Carlisle |
Month |