Dear all,
Trying to read the attributes in the next xml file.
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<Address streetname="Robinsonstreet" number="142" postal_code="1234ab">
<people>
<name>Ms. Robinsons</name>
</people>
</Address>
How do I read with vb script the streetname, number and the postal_code
Nice regards,
Michelle.
Trying to read the attributes in the next xml file.
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<Address streetname="Robinsonstreet" number="142" postal_code="1234ab">
<people>
<name>Ms. Robinsons</name>
</people>
</Address>
How do I read with vb script the streetname, number and the postal_code
Nice regards,
Michelle.