Hi:
Is there any ways to extract data from a simple xml file without using parser?
Pls help.Thanks.
my sample xml file: course.xml
<?xml version="1.0" standalone="yes"?>
<course>
<teacher1>
<name>John Doe<name>
<teacher1>
<teacher2>
<name>Jane Doe<name>
<teacher2>
</course>