Monthly Archives: March 2006

Considerate Software

Jeff Atwood points out a new edition of About Face and sums up good behavior for software. Coding Horror: Making Considerate Software Although I find Alan Cooper a little scary (compare http://channel9.msdn.com/Showpost.aspx?postid=171658) I honour the fact that in order to get through … Continue reading

Posted in Software Development | Leave a comment

Stanisław Lem

One of Europe’s greatest theoretical information technology scientists and Science-Fiction authors (Solaris) passed away today at the age of 84 (via Heise Online [de]).   Stanislaw Lem‘s fiction is extraordinary because it was never driven by humongous futuristic machinery or descriptions of gigantic … Continue reading

Posted in News and Stories | Leave a comment

More Visual Studio 2005 XSLT oddities: xsl:with-param and msxsl:node-set

So yesterday’s problem with attribute debugging on default-namespaced elements (which sort of applies to variables as well since they also have QNames) can be solved by not using a default namespace on the stylesheet element and resorting to explicit result element … Continue reading

Posted in Software Development | Leave a comment

Visual Studio 2005 may not show attributes when debugging XSLT

Visual Studio 2005 contains powerful XSLT debugging capabilities.   In particular, you can set breakpoints, inspect variables, parameters and XPath values and step into every template and evalution rule.   However, if the XSLT stylesheet defines a default namespace, evaluating … Continue reading

Posted in Software Development | Leave a comment