Is required in or not?

In an XSLT script I didn’t use <xsl:text> inside of <xsl:message>. It worked fine in xsltproc, but the Java XSLT implementation we use complained. What was wrong then? The text in an <xsl:message> was not inside an <xsl:text> element. Bad code: <xsl:message>Don’t do like this</xsl:message> Good code: <xsl:message><xsl:text>Do like this</xsl:text></xsl:message> To avoid making the same… Continue reading Is required in or not?

Canon EOS 450D

Canon has announced EOS 450D. It has a 12 megapixel sensor, live view in the LCD display and now uses SD/SDHC storage instead of CF. I’ll stick to my EOS 350D for now though. I don’t even use it every week.

Coding, not blogging

During the afternoon today I attended the first part of a mostly in-house course Scrum for team members led by Arne Åhlander. I’ll hopefully write more about it later, but now I’m going to work on The Project. Before I forget; I was recommended Virtual Private Server (VPS) hosting at GleSYS. Anyone else who can… Continue reading Coding, not blogging

Thinkpad X300

The not yet released Lenovo Thinkpad X300 seems to be a worthy competitor to the Apple Macbook Air, but with more features than the Air and with Solid State Drive (SSD) as the only storage option makes it smell even more expensive. It has been a bit too little about software development in this blog… Continue reading Thinkpad X300

Using F-Secure Health Check to save hard disk space

After my struggle to install Flash I finally managed to run F-Secure Health Check on the only computer running Windows in the house, my gaming computer with with 512 megabytes of RAM and only 40 gigabytes hard disk drive. It is almost ancient by today’s standards and I had old versions of numerous softwares. At… Continue reading Using F-Secure Health Check to save hard disk space

XSLT hacker

So far, this week has been a week of XSLT hacking. My favorite is probably the XSLT script that generates another XSLT script! 🙂 At one point I wanted to copy the default namespace (xmlns=…) from the source document to the destination document. I did like this to retrieve the URI for the default namespace.… Continue reading XSLT hacker