|
||
| Inside Technique : Building a Content Server with XML and ASP In this article, we introduce you to a simple XML-based Content Server. Our Content Server is completely browser based supporting the adding, editing, and deleting of articles all from within your browser. You will see how to query and manipulate XML documents using the XML document object model to create a live and interactive system. We are building on the concepts introduced in our first two XML articles:
We recommend you read our first two articles before continuing. Start with our Building Documents with XML, XSL, and CSS to see how these web-standards complement each other, then continue with our Building Smart Pages with ASP, XML, and XSL to see how to present your content different ways to different browsers. Building on these concepts, we are able to create a document presentation system that is completely self-contained. Within your browser you can:
Our solution is very simple and can serve as the foundation for a much more powerful system. We are going to walk you through the concepts and scripts used to build the system. Unfortunately, due to the nature of the content server, we are unable to provide a live demonstration. Instead, we made a downloadable demonstration available at the end of this article. The demonstration requires IIS with the Microsoft XML parser installed. Next, we continue with an introduction to our Content Server. Page 1:Building a Content Server with XML and ASP © 1997-2000 InsideDHTML.com, LLC. All rights reserved. |