Hi Guyz, I had to create a program w/c objective is to omit a certain tag in xml file. the only thing in my mind is to search and get the length of the tag. my problem is what if that tag had a certain sub fields:
<team>
<cell1 />
<cell2 />
<cell3 />
</team>
pseudo:
find <team> and </team>, but the another thing is i don't know how to omit this tag, any help?