|
Subject: Re: [xsl] total newbie From: "Sam Byland" <shbyland@xxxxxxxxxxx> Date: Thu, 11 Jun 2009 15:12:23 -0400 |
<EntireOrder>
<PO>
<POHeader>
<SomeHeaderInfo1>Steve</SomeHeaderInfo1>
<SomeHeaderInfo2>555-5555</SomeHeaderInfo2>
</POHeader>
<POLine>
<SomeOtherLineInfo>100</SomeOtherLineInfo>
<SomeLineInfo2>Tags</SomeLineInfo2>
<SomeLineInfo3>10</SomeLineInfo3>
<SomeLineInfo4>1000</SomeLineInfo4>
<ShipTo>
<ShipInfo1>Walmart</ShipInfo1>
</ShipTo>
</POLine>
<POLine>
<SomeOtherLineInfo>100</SomeOtherLineInfo>
<SomeLineInfo2>Tags</SomeLineInfo2>
<SomeLineInfo3>10</SomeLineInfo3>
<SomeLineInfo4>1000</SomeLineInfo4>
<ShipTo>
<ShipInfo1>Walmart</ShipInfo1>
</ShipTo>
</POLine>
</PO>
</EntireOrder></xsl:template> </xsl:stylesheet>
<Orders>
<Order>
<ShipToCustomer>Walmart</ShipToCustomer>
<Description>Tags</Description>
<Quantity>100</Quantity>
<Buyer>Steve</Buyer>
<Phone>555-5555</Phone>
<UnitPrice>10</UnitPrice>
<Total>1000</Total>
</Order>
<Order>
<ShipToCustomer>Walmart</ShipToCustomer>
<Description>Tags</Description>
<Quantity>100</Quantity>
<Buyer>Steve</Buyer>
<Phone>555-5555</Phone>
<UnitPrice>10</UnitPrice>
<Total>1000</Total>
</Order>
</Orders>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] total newbie, Bill Smith | Thread | Re: [xsl] total newbie, Bill Smith |
| [xsl] total newbie, Bill Smith | Date | Re: [xsl] A smarter choose operatio, Michael Ludwig |
| Month |