- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
For instance, I have an xml like the one below:
<Root>
<Sites>
<Site ID="1">
<Projects>
<DownTown>
<Project>
<Funds/>
</Project>
<Project>
<Funds/>
</Project>
<Project>
<Funds/>
</Project>
</DownTown>
</Projects>
</Site>
</Sites>
</Root>
How do you check if the funds element have a child element?
Thanks for your help.
Solved! Go to Solution.
Views
Replies
Total Likes