There may be situations in your application where you might
need to read xml data from an xml file and then display it in the asp
page. It is easy to achieve this in an asp page.
_______________________________________________
_______________________________________________
For this you have to use the xmldom object to load the xml file. The
first task is to create an xmldom object and then use the Load method
available in that to load the xml file you need. Use Server.MapPath
to get the physical path of the xml file.
Declare some variables to hold the data from the xml file and then
navigate through the xml file and get the values in the nodes of the
xml file.
For this you can use the documentElement.childNodes. It is better to
set the property async of the xmlobject to false so that you can load
the xml file faster as it is read. Now use the variables that hold the
xml data in the body of the web page just like you display the variables
in asp.
In Brief (D-Lib Magazine)
In 2006, the School of Information and Library Science at the University of North Carolina at Chapel Hill (UNC-CH SILS) and the Department of Computer Science at Virginia Tech (VT CS) took the first steps toward developing an interdisciplinary curriculum for digital library (DL) education.
Related Articles (New Mobile Computing)
Apress' open source series of books recently unveiled Mark Mamone's " Practical Mono ", a book targetting new .NET developers. We take a quick look at the book below.