retrieving XML DTD doc into asp

G

Girish

I have a DTD xml doc and need to read the data from it and display it using
ASP, help please..
 
P

Pravin Patil

Use MSXML for the sam
Exampl
Set objMyXML = Server.CreateObject("MSXML2.DOMDocument"
objMyXML.async = False
objMyXML.loadXML(sXML
response.write objMyXML.XM
Set objMyXML = Nothing
 
G

Girish

Thank Pravin, I am introducing XML into the project, I guess I need to
install xml parsers onto the webserver machine ? Also after loading xml
object like your example, what are the different ways I extract date from
objMyXML and display.. I mean is there a URL I can learn from...

Appreciate it
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,145
Messages
2,570,824
Members
47,369
Latest member
FTMZ

Latest Threads

Top