The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 08-25-2008
Niroj Niroj is offline
Registered User
  
 

Join Date: Aug 2008
Location: Bangalore, INDIA
Posts: 55
Quote:
Originally Posted by pb18798 View Post
Hi Frnds

I Want to pull xml's from logs based on the below condition.In each log having so many xml's it's taking so much of time to search all logs manually...can u please provide solution

USER:ECMINT CONV:GETARPLNICHUBTST
<CardNbr>376703134104004</CardNbr>
</Envelope>

Response XML:
</Envelope>


Description:
In each log having so many request and response xml's
each XML should be start with
USER:ECMINT CONV:GETARPLNICHUBTST
and some xml's having below tag <CardNbr>376703134104004</CardNbr>
and XML end with tag in request xml
</Envelope>

After request xml ...response xml will start some tags and should be end with again
</Envelope>
I hv already posted 1 script ..chk whether it is helpful or not
plz chk the add given below:
http://www.unix.com/shell-programmin...#post302227903