Supplementing Scripts with XSLT in ASP
- XSLT support under construction While applying XSLT to a DOM within an Active Server Page is easy, Microsoft is still definitely catching up to the XSLT Recommendation
- Just another tree processor Using XSLT within ASP is simple - it takes a DOM or two for an argument, and returns a DOM.
- Mixing templates and code ASP already receives a lot of flak for mixing document content with procedural code. Adding declarative templates to the mix makes for an even more complex mix.
- Generating XSLT Because XSLT documents are themselves XML, it isn't difficult to generate XSLT for transmission to the browser or even to apply it on the server.
<Previous Page TOC Next Page>
Copyright 2000 Simon St.Laurent