XML Guestbook

admin

Administrator
Staff member
I am interested in creating a database free guestbook using XML. The ideais to have an XML doc:<Guests><Guest><Name>David</Name><Comment>This is a test</Comment></Guest><Guests>Then use an ASP page to display and update this XLM document. For addingnew guests I need to be able to insert them into the XML Doc. I am not surehow to do the insert of possibly use data binding. Anyone have any suggestions?Thanks!!
 
Back
Top