Click to See Complete Forum and Search --> : html reads an xml


pelegk1
05-13-2004, 07:57 AM
how can an html page get an xml read and parse it?
thnaks in advance
PEleg

Khalid Ali
05-13-2004, 06:20 PM
HTML is a stateless markup language,for reading XML you will need to use some programming language such as Java,php or even JavaScript.
search webreference.com I have an article there on this topic.