Posted on: 1/25/2014 5:20:43 PM | Views : 545

Hi,
Does anybody have idea how can I write a code that will be able to read data from this xml (short sample):
<?xml version="1.0" encoding="Windows-1250" ?> <Clasification>   <User>Comany Ltd</User>   <Version></Version>   <Date> 7.01.2014</Date>   <Time>13:18:40</Time>   <Exported>Operator Name</Exported>   <Registar>        <Code>01</Code>        <Title>Medical</Title>        <Description>Here is first description</Description>   </Registar>   <Registar>        <Code>03</Code>        <Title>Food</Title>        <Description>Here is second description</Descr ...

Go to the complete details ...