Hi Guys,
let me start with eg
<baba>
<juke>abc def</juke>
<abc></abc>
<ijk>789</ijk>
<ooo><ooo>
<love>luv</love>
</baba>
like this a file might contain 'n' number of <baba>..</baba> tags...and other tags also.
I need to find out this <baba> tag, then i need to check whether <abc> and <love> tag have values or not.. here in the above case abc doesn't but love has. <abc> and <love> tags present in few other tags like <baba>.
Basically i need to find files with these patterns.
Hope i'm not confused.
pls advice.
Thanks in advance
let me start with eg
<baba>
<juke>abc def</juke>
<abc></abc>
<ijk>789</ijk>
<ooo><ooo>
<love>luv</love>
</baba>
like this a file might contain 'n' number of <baba>..</baba> tags...and other tags also.
I need to find out this <baba> tag, then i need to check whether <abc> and <love> tag have values or not.. here in the above case abc doesn't but love has. <abc> and <love> tags present in few other tags like <baba>.
Basically i need to find files with these patterns.
Hope i'm not confused.
pls advice.
Thanks in advance