Question
Reading xml file fields
Hi All,
I have one xml file
<xs:employees>
<xs:employee xs:employeeId="EMP001" >
<employeeData>
some fields
</employeeData>
</xs:employee>
</xs:employee>
I am able to read fields for employeeData . Facing issue to read employeeId.
Any suggestion would be appreciated.
