Search Results

Search: Posts Made By: sailendra
4,453
Posted By sailendra
I was able to do it with perl script. while...
I was able to do it with perl script.
while ($string =~ /<ns1:operation(.*?)<\/ns1:operation>/sg)
{
$count++;
push(@array1,"$1");
}


Thanks.
4,453
Posted By sailendra
Shell script to extract data in repeating tags from xml
Hi,

I am new to shell scripting. I need to extract data between repeating tags from an xml file and store the data in an array to process it further.


<ns1:root...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 04:34 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy