&t odegards.com/derek: January 18, 2001 Archives

January 18, 2001

Troubleshooting SQL Server

A concise guide to troubleshooting performance problems in SQL Server 7.

Posted by derek at 04:10 PM

XSLT: document()

I know XSLT pretty well, or so I thought. I've always hated that XSLT limited you to one input document and one output document. For now you are limited to a single output document (this should change in the next version), but it turns out that there is a document() function built into XSLT which allows you to import nodes from as many input documents as you'd like. I wish I had known this a long time ago.

Posted by derek at 03:53 PM

MSXML kicks butt in XSLT benchmarks

As of November 2000, MSXML is by far the fastest XSLT processor, if I am reading these benchmark results correctly.

Posted by derek at 03:42 PM