All
I have my class serialised correctly.
I have to apply style sheet to that data and display it in some other format.
Everything works fine,I can not read the following xml tag,
Code:
  <PrescriptionRefillMeds>
    <anyType xsi:type="PrescriptionRefillMed">
      <Description>Drug1</Description>
I have written code to conert the object in to the serialising/deserialising...