kwokwai
05-03-2006, 02:34 AM
bear, can you help me solve the problem about XML.
I know XML is actually a file which stores some data to be retrieved by html.
I am learning XML, but don't know how to write scripts in the HTML file to retrieve data as follows:
<customer>
<name>kwokwai</name>
<address>
<street>123</street>
</address>
</customer>
I know XML is actually a file which stores some data to be retrieved by html.
I am learning XML, but don't know how to write scripts in the HTML file to retrieve data as follows:
<customer>
<name>kwokwai</name>
<address>
<street>123</street>
</address>
</customer>