I have following type of xml data:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Edited by XMLSpy® -->
<catalog>
<Employee>
<Name>
<ul>
<li>John</li>
<li>Miller</li>
</ul>
</Name>
</Employee>
<Employee>
<Name>
<ul>
<li>Mike</li>
<li>Powell</li>
</ul>
</Name>
</Employee>
</catalog>
Also...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.