T
TexasAggie96
I am writing xslt to convert a xml response from a software package I
work with to a more managable result. An example of this response can
be seen below. If you look there are two sections, one for quantity
and one for price. I want to be able to pull data from both of these
sections and put them in a single record much like the second record.
Any help would be greatly appreciated.
-JW
***FIRST RECORD***
- <PowerDeal>
<ID>25686</ID>
<Name>UNIT 1</Name>
<State>VALID</State>
<Kind>Purchase</Kind>
<Comments>UNIT 1</Comments>
<ContractName>UNIT1</ContractName>
<CounterpartyAcronym>TUB</CounterpartyAcronym>
<ContactName>Billy Bob</ContactName>
<ProductName>Generation</ProductName>
<PriceUnitName>$/MWh</PriceUnitName>
<Broker />
<BrokerFeeInfo>0</BrokerFeeInfo>
<BrokerContactName />
<TradingBook>TUB</TradingBook>
<TraderID />
<LiquidatedDamages>false</LiquidatedDamages>
<Priority>500</Priority>
- <Profile>
- <Entry>
<Start>04/18/2007 00:00</Start>
<Stop>04/18/2007 01:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 01:00</Start>
<Stop>04/18/2007 02:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 02:00</Start>
<Stop>04/18/2007 03:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 03:00</Start>
<Stop>04/18/2007 04:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 04:00</Start>
<Stop>04/18/2007 05:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 05:00</Start>
<Stop>04/18/2007 06:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 06:00</Start>
<Stop>04/18/2007 07:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 07:00</Start>
<Stop>04/18/2007 08:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 08:00</Start>
<Stop>04/18/2007 09:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 09:00</Start>
<Stop>04/18/2007 10:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 10:00</Start>
<Stop>04/18/2007 11:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 11:00</Start>
<Stop>04/18/2007 12:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 12:00</Start>
<Stop>04/18/2007 13:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 13:00</Start>
<Stop>04/18/2007 14:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 14:00</Start>
<Stop>04/18/2007 15:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 15:00</Start>
<Stop>04/18/2007 16:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 16:00</Start>
<Stop>04/18/2007 17:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 17:00</Start>
<Stop>04/18/2007 18:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 18:00</Start>
<Stop>04/18/2007 19:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 19:00</Start>
<Stop>04/18/2007 20:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 20:00</Start>
<Stop>04/18/2007 21:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 21:00</Start>
<Stop>04/18/2007 22:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 22:00</Start>
<Stop>04/18/2007 23:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 23:00</Start>
<Stop>04/19/2007 00:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 00:00</Start>
<Stop>04/19/2007 01:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 01:00</Start>
<Stop>04/19/2007 02:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 02:00</Start>
<Stop>04/19/2007 03:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 03:00</Start>
<Stop>04/19/2007 04:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 04:00</Start>
<Stop>04/19/2007 05:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 05:00</Start>
<Stop>04/19/2007 06:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 06:00</Start>
<Stop>04/19/2007 07:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 07:00</Start>
<Stop>04/19/2007 08:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 08:00</Start>
<Stop>04/19/2007 09:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 09:00</Start>
<Stop>04/19/2007 10:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 10:00</Start>
<Stop>04/19/2007 11:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 11:00</Start>
<Stop>04/19/2007 12:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 12:00</Start>
<Stop>04/19/2007 13:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 13:00</Start>
<Stop>04/19/2007 14:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 14:00</Start>
<Stop>04/19/2007 15:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 15:00</Start>
<Stop>04/19/2007 16:00</Stop>
<Value>0.00</Value>
</Entry>
</Profile>
- <PriceStructure>
<PriceType>Fixed</PriceType>
</PriceStructure>
- <PriceProfile>
- <PriceEntry>
<Start>04/18/2007 00:00</Start>
<Stop>04/18/2007 01:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 01:00</Start>
<Stop>04/18/2007 02:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 02:00</Start>
<Stop>04/18/2007 03:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 03:00</Start>
<Stop>04/18/2007 04:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 04:00</Start>
<Stop>04/18/2007 05:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 05:00</Start>
<Stop>04/18/2007 06:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 06:00</Start>
<Stop>04/18/2007 07:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 07:00</Start>
<Stop>04/18/2007 08:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 08:00</Start>
<Stop>04/18/2007 09:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 09:00</Start>
<Stop>04/18/2007 10:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 10:00</Start>
<Stop>04/18/2007 11:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 11:00</Start>
<Stop>04/18/2007 12:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 12:00</Start>
<Stop>04/18/2007 13:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 13:00</Start>
<Stop>04/18/2007 14:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 14:00</Start>
<Stop>04/18/2007 15:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 15:00</Start>
<Stop>04/18/2007 16:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 16:00</Start>
<Stop>04/18/2007 17:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 17:00</Start>
<Stop>04/18/2007 18:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 18:00</Start>
<Stop>04/18/2007 19:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 19:00</Start>
<Stop>04/18/2007 20:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 20:00</Start>
<Stop>04/18/2007 21:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 21:00</Start>
<Stop>04/18/2007 22:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 22:00</Start>
<Stop>04/18/2007 23:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 23:00</Start>
<Stop>04/19/2007 00:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 00:00</Start>
<Stop>04/19/2007 01:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 01:00</Start>
<Stop>04/19/2007 02:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 02:00</Start>
<Stop>04/19/2007 03:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 03:00</Start>
<Stop>04/19/2007 04:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 04:00</Start>
<Stop>04/19/2007 05:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 05:00</Start>
<Stop>04/19/2007 06:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 06:00</Start>
<Stop>04/19/2007 07:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 07:00</Start>
<Stop>04/19/2007 08:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 08:00</Start>
<Stop>04/19/2007 09:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 09:00</Start>
<Stop>04/19/2007 10:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 10:00</Start>
<Stop>04/19/2007 11:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 11:00</Start>
<Stop>04/19/2007 12:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 12:00</Start>
<Stop>04/19/2007 13:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 13:00</Start>
<Stop>04/19/2007 14:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 14:00</Start>
<Stop>04/19/2007 15:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 15:00</Start>
<Stop>04/19/2007 16:00</Stop>
<Price>0.00</Price>
</PriceEntry>
</PriceProfile>
<Start>2006-01-01T06:00:00Z</Start>
<Stop>2021-01-01T06:00:00Z</Stop>
<LastModified>2007-04-11T22:24:50Z</LastModified>
<EntryTime>2006-09-22T21:42:20Z</EntryTime>
<DoneDealTime>2006-07-06T21:46:58Z</DoneDealTime>
- <Ramp>
<UpOffset>300</UpOffset>
<UpDuration>600</UpDuration>
<DownOffset>300</DownOffset>
<DownDuration>600</DownDuration>
</Ramp>
- <LocationList>
<Location>a) North</Location>
</LocationList>
<HistoryList />
<LocalRefList />
<ExtraCostList />
<CheckoutList />
</PowerDeal>
*** Second Record***
- <PowerDealList>
- <PowerDealSegment>
- <PowerDeal>
<Count />
<Name>UNIT 1</Name>
<TransactionID>25686</TransactionID>
<Type>Purchase</Type>
<Contract>UNIT 1</Contract>
<Book>TUB</Book>
<Status>VALID</Status>
<Counterparty>TUB</Counterparty>
<Product>Generation</Product>
<StartTime>04/18/2007 00:00</StartTime>
<EndTime>04/18/2007 01:00</EndTime>
<Qty>0.00</Qty>
<Price>0.00</Price>
</PowerDeal>
</PowerDealSegment>
...
...
work with to a more managable result. An example of this response can
be seen below. If you look there are two sections, one for quantity
and one for price. I want to be able to pull data from both of these
sections and put them in a single record much like the second record.
Any help would be greatly appreciated.
-JW
***FIRST RECORD***
- <PowerDeal>
<ID>25686</ID>
<Name>UNIT 1</Name>
<State>VALID</State>
<Kind>Purchase</Kind>
<Comments>UNIT 1</Comments>
<ContractName>UNIT1</ContractName>
<CounterpartyAcronym>TUB</CounterpartyAcronym>
<ContactName>Billy Bob</ContactName>
<ProductName>Generation</ProductName>
<PriceUnitName>$/MWh</PriceUnitName>
<Broker />
<BrokerFeeInfo>0</BrokerFeeInfo>
<BrokerContactName />
<TradingBook>TUB</TradingBook>
<TraderID />
<LiquidatedDamages>false</LiquidatedDamages>
<Priority>500</Priority>
- <Profile>
- <Entry>
<Start>04/18/2007 00:00</Start>
<Stop>04/18/2007 01:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 01:00</Start>
<Stop>04/18/2007 02:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 02:00</Start>
<Stop>04/18/2007 03:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 03:00</Start>
<Stop>04/18/2007 04:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 04:00</Start>
<Stop>04/18/2007 05:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 05:00</Start>
<Stop>04/18/2007 06:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 06:00</Start>
<Stop>04/18/2007 07:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 07:00</Start>
<Stop>04/18/2007 08:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 08:00</Start>
<Stop>04/18/2007 09:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 09:00</Start>
<Stop>04/18/2007 10:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 10:00</Start>
<Stop>04/18/2007 11:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 11:00</Start>
<Stop>04/18/2007 12:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 12:00</Start>
<Stop>04/18/2007 13:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 13:00</Start>
<Stop>04/18/2007 14:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 14:00</Start>
<Stop>04/18/2007 15:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 15:00</Start>
<Stop>04/18/2007 16:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 16:00</Start>
<Stop>04/18/2007 17:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 17:00</Start>
<Stop>04/18/2007 18:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 18:00</Start>
<Stop>04/18/2007 19:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 19:00</Start>
<Stop>04/18/2007 20:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 20:00</Start>
<Stop>04/18/2007 21:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 21:00</Start>
<Stop>04/18/2007 22:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 22:00</Start>
<Stop>04/18/2007 23:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/18/2007 23:00</Start>
<Stop>04/19/2007 00:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 00:00</Start>
<Stop>04/19/2007 01:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 01:00</Start>
<Stop>04/19/2007 02:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 02:00</Start>
<Stop>04/19/2007 03:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 03:00</Start>
<Stop>04/19/2007 04:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 04:00</Start>
<Stop>04/19/2007 05:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 05:00</Start>
<Stop>04/19/2007 06:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 06:00</Start>
<Stop>04/19/2007 07:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 07:00</Start>
<Stop>04/19/2007 08:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 08:00</Start>
<Stop>04/19/2007 09:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 09:00</Start>
<Stop>04/19/2007 10:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 10:00</Start>
<Stop>04/19/2007 11:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 11:00</Start>
<Stop>04/19/2007 12:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 12:00</Start>
<Stop>04/19/2007 13:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 13:00</Start>
<Stop>04/19/2007 14:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 14:00</Start>
<Stop>04/19/2007 15:00</Stop>
<Value>0.00</Value>
</Entry>
- <Entry>
<Start>04/19/2007 15:00</Start>
<Stop>04/19/2007 16:00</Stop>
<Value>0.00</Value>
</Entry>
</Profile>
- <PriceStructure>
<PriceType>Fixed</PriceType>
</PriceStructure>
- <PriceProfile>
- <PriceEntry>
<Start>04/18/2007 00:00</Start>
<Stop>04/18/2007 01:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 01:00</Start>
<Stop>04/18/2007 02:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 02:00</Start>
<Stop>04/18/2007 03:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 03:00</Start>
<Stop>04/18/2007 04:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 04:00</Start>
<Stop>04/18/2007 05:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 05:00</Start>
<Stop>04/18/2007 06:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 06:00</Start>
<Stop>04/18/2007 07:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 07:00</Start>
<Stop>04/18/2007 08:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 08:00</Start>
<Stop>04/18/2007 09:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 09:00</Start>
<Stop>04/18/2007 10:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 10:00</Start>
<Stop>04/18/2007 11:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 11:00</Start>
<Stop>04/18/2007 12:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 12:00</Start>
<Stop>04/18/2007 13:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 13:00</Start>
<Stop>04/18/2007 14:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 14:00</Start>
<Stop>04/18/2007 15:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 15:00</Start>
<Stop>04/18/2007 16:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 16:00</Start>
<Stop>04/18/2007 17:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 17:00</Start>
<Stop>04/18/2007 18:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 18:00</Start>
<Stop>04/18/2007 19:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 19:00</Start>
<Stop>04/18/2007 20:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 20:00</Start>
<Stop>04/18/2007 21:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 21:00</Start>
<Stop>04/18/2007 22:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 22:00</Start>
<Stop>04/18/2007 23:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/18/2007 23:00</Start>
<Stop>04/19/2007 00:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 00:00</Start>
<Stop>04/19/2007 01:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 01:00</Start>
<Stop>04/19/2007 02:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 02:00</Start>
<Stop>04/19/2007 03:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 03:00</Start>
<Stop>04/19/2007 04:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 04:00</Start>
<Stop>04/19/2007 05:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 05:00</Start>
<Stop>04/19/2007 06:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 06:00</Start>
<Stop>04/19/2007 07:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 07:00</Start>
<Stop>04/19/2007 08:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 08:00</Start>
<Stop>04/19/2007 09:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 09:00</Start>
<Stop>04/19/2007 10:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 10:00</Start>
<Stop>04/19/2007 11:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 11:00</Start>
<Stop>04/19/2007 12:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 12:00</Start>
<Stop>04/19/2007 13:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 13:00</Start>
<Stop>04/19/2007 14:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 14:00</Start>
<Stop>04/19/2007 15:00</Stop>
<Price>0.00</Price>
</PriceEntry>
- <PriceEntry>
<Start>04/19/2007 15:00</Start>
<Stop>04/19/2007 16:00</Stop>
<Price>0.00</Price>
</PriceEntry>
</PriceProfile>
<Start>2006-01-01T06:00:00Z</Start>
<Stop>2021-01-01T06:00:00Z</Stop>
<LastModified>2007-04-11T22:24:50Z</LastModified>
<EntryTime>2006-09-22T21:42:20Z</EntryTime>
<DoneDealTime>2006-07-06T21:46:58Z</DoneDealTime>
- <Ramp>
<UpOffset>300</UpOffset>
<UpDuration>600</UpDuration>
<DownOffset>300</DownOffset>
<DownDuration>600</DownDuration>
</Ramp>
- <LocationList>
<Location>a) North</Location>
</LocationList>
<HistoryList />
<LocalRefList />
<ExtraCostList />
<CheckoutList />
</PowerDeal>
*** Second Record***
- <PowerDealList>
- <PowerDealSegment>
- <PowerDeal>
<Count />
<Name>UNIT 1</Name>
<TransactionID>25686</TransactionID>
<Type>Purchase</Type>
<Contract>UNIT 1</Contract>
<Book>TUB</Book>
<Status>VALID</Status>
<Counterparty>TUB</Counterparty>
<Product>Generation</Product>
<StartTime>04/18/2007 00:00</StartTime>
<EndTime>04/18/2007 01:00</EndTime>
<Qty>0.00</Qty>
<Price>0.00</Price>
</PowerDeal>
</PowerDealSegment>
...
...