R
richardkreidl
I heard of importing your xml doc into a dataset, then sort the
dataset and re-populate your xml, but I'm not sure how to code this or
is there another way of sorting a XML file? I not familiar with
Dataset coding and how that would work.
Here is my XML file:
?xml version="1.0"?>
<IndividualListing>
<Individual>
<Name>Aaron, Scott</Name>
<Pager>[email protected]</Pager>
</Individual>
<Individual>
<Name>Boston, Jeff</Name>
<Pager>[email protected]</Pager>
</Individual>
<Individual>
<Name>Adams, Ryan</Name>
<Pager>[email protected]</Pager>
</Individual>
<Individual>
<Name>Thomas, Naveed</Name>
<Pager>[email protected]</Pager>
</Individual>
<Individual>
<Name>Baker, Srinivas</Name>
<Pager>[email protected]</Pager>
</Individual>
<Individual>
<Name>Wilson, Don</Name>
<Pager>[email protected]</Pager>
</Individual>
<Individual>
<Name>Naveed Reddy</Name>
<Pager>[email protected]</Pager>
</Individual>
<Individual>
<Name>Sanders, William</Name>
<Pager>[email protected]</Pager>
</Individual>
<Individual>
<Name>Anderson, Karl R.</Name>
<Pager>[email protected]</Pager>
</Individual>
</IndividualListing>
thanks
dataset and re-populate your xml, but I'm not sure how to code this or
is there another way of sorting a XML file? I not familiar with
Dataset coding and how that would work.
Here is my XML file:
?xml version="1.0"?>
<IndividualListing>
<Individual>
<Name>Aaron, Scott</Name>
<Pager>[email protected]</Pager>
</Individual>
<Individual>
<Name>Boston, Jeff</Name>
<Pager>[email protected]</Pager>
</Individual>
<Individual>
<Name>Adams, Ryan</Name>
<Pager>[email protected]</Pager>
</Individual>
<Individual>
<Name>Thomas, Naveed</Name>
<Pager>[email protected]</Pager>
</Individual>
<Individual>
<Name>Baker, Srinivas</Name>
<Pager>[email protected]</Pager>
</Individual>
<Individual>
<Name>Wilson, Don</Name>
<Pager>[email protected]</Pager>
</Individual>
<Individual>
<Name>Naveed Reddy</Name>
<Pager>[email protected]</Pager>
</Individual>
<Individual>
<Name>Sanders, William</Name>
<Pager>[email protected]</Pager>
</Individual>
<Individual>
<Name>Anderson, Karl R.</Name>
<Pager>[email protected]</Pager>
</Individual>
</IndividualListing>
thanks