XSLT Recipes for Interacting with XML Data Continuing his experiments in pure XML-backed web sites, Jon Udell investigates various ways in which XSLT can be used to produce interactive pages from XML data
XSL-FO makes XML documents flexible XSL formatting objects INSERT INTO `sites` VALUES (XSL-FO) can provide versatility in formatting for Web and print. Learn more about this emerging dialect.
RSS Newsgrabber Script Here's a script that uses the XMLHTTP and XMLDOM objects to download and parse an RSS newsfeed file. It's thoroughly commented because it gets a little complex in areas, but it's a great script to take a look at in order to learn how to retrieve remote d..
Solve classic development problems with XML standards Clever application of XML and its related standards can solve many common programming problems, such as variant record types. Consider a possible design for an expense reporting application to see how you might apply XML in your development project.
Native XML databases resolve XML document retrieval issues Using a relational database management system to store XML documents can create serious performance problems for large-scale applications. But alternative query languages and database systems could provide potential solutions
An overview of the new XPointer specification What is the new XPointer XML proposal all about, and how does it compare to XPath? Find out more about this new standard and check out some examples of how to put it to use