<?xml version="1.0" encoding="UTF-8"?> 

<?xml-stylesheet type="text/xsl" href="../stocks.xsl"?>

<stocks> 
  <stock> 
    <Stock>Bank Nifty</Stock> 
    <StopLoss>55,555.00</StopLoss> 
    <FreshBuy>44,444.00</FreshBuy> 
    <FreshSell>33,3333.00</FreshSell> 
    <LTCurrentPosition>S/10900.00</LTCurrentPosition> 
    <ClosingPrice>11.037.20</ClosingPrice>          
  </stock> 
  <stock> 
    <Stock> Nifty</Stock> 
    <StopLoss>6,270.00</StopLoss> 
    <FreshBuy>6,385.00</FreshBuy> 
    <FreshSell>6,230.00</FreshSell> 
    <LTCurrentPosition>B/6,320</LTCurrentPosition> 
    <ClosingPrice>6,320.15</ClosingPrice>     
  </stock>   
</stocks>