Reading XML through the DOM in ASP
- It works both ways Just as browser-based scripts can read and write the DOM, so can server-based scripts. This facility makes it easy to combine XML documents, extract their contents, or perform additional processing on them.
- A convenient tool for simple XML to HTML conversions If you already have a framework for creating HTML documents in ASP, this may be an easier approach to integrating XML than using XSL.
- Supplemental processing If your documents only need a bit of touch-up, like a fill-in-the-blanks operation, this can make your processing very simple.
<Previous Page TOC Next Page>
Copyright 2000 Simon St.Laurent