Example of an asp XML code


You can easily understand how xml data is displayed in an asp page if you look at an example for that. In our case let us consider that your xml data is available in the xml file 'xmldata.xml'. Now to load the xml file to an xml object, the following is used,

_______________________________________________


_______________________________________________

Dim xmlobj
Set xmlobj = Server.CreateObject("Microsoft.XMLDOM")
xmlobj.async = False
xmlobj.load (Server.MapPath("xmldata.xml"))

And if you want to read the first child node which has the title of a book, in the xml file, you can do so by,

Dim booktitle
booktitle = xmlobj.documentElement.childNodes(0).text
Set xml = Nothing

Now you can display the title of the book within your web page, using

<% = booktitle %>

With this as an example you can try to navigate through all the elements of the xml file and then display them in the web page.

Related Articles (New Mobile Computing)
Here's the only recent and still valid book for Mono: " Mono: A Developer's Notebook " by Edd Dumbill and Niel M. Bornstein. The book is under O'Reilly's "notebook" series, which are meant to be books mainly consisted by notes. Here's our quick review.

posted by Eugenia Loli-Queru on Mon 19th Nov 2001 19:44 UTC (New Mobile Computing)
Today, OSNews features an interview with Zac Woodall, software design Engineer at Office Data and Developer Services at Microsoft Corporation . Zac, who is also a frequent OSNews reader, talks about the new Office, .NET, WindowsXP, NTFS and how it compares to BFS filesystem, the GPL & open source movement and much more.



FREE Subscription

Subscribe to our mailing list and receive new articles
through email. Keep yourself updated with latest
developments in the industry.

Name:
Email:

Note : We never rent, trade, or sell my email lists to
anyone. We assure that your privacy is respected
and protected.

_______________________________________

Recommended XML Books

cover
cover
cover
cover
cover
cover






 

 

FREE Subscription

Stay Current With the Latest Technology Developments Realted to XML. Signup for Our Newsletter and Receive New Articles Through Email.

Name:

Email:

Note : We never rent, trade, or sell our email lists to anyone. We assure that your privacy is respected and protected.

 

 

Add to My Yahoo!


New XML Books Titles - Best Seller's @ Amazon.com

Visit XML Training Material Guide Homepage

Technology helps engage students - how do classroom instruction and social dynamics change when the classroom is completely dependant on modern technology?

Dallas Web Design- local Dallas web design firm offers site design and backend system development