I have the following XML file:
我有以下XML文件:
<?xml version="1.0" encoding="utf-8"?>
<Patients>
<Patient EMail="[email protected]">
<FirstName>LeBron</FirstName>
<LastName>James</LastName>
</Patient>
<Patient EMail="[email protected]">
<FirstName>Kobe</FirstName>
<LastName>Bryant</LastName>
</Patient>
<Patient EMail="[email protected]">
<FirstName>Allen</FirstName>
<LastName>Iverson</LastName>
</Patient>
</Patients>
<