Tuesday, August 11th, 2009
For quite some time, Google Base feeds for some of of my projects were either partially ingested or rejected out of hand with a message "Required attribute missing". I ran xmllint and several online validation tools, and found nothing. But thanks to a Mac blog, I finally figured it out.
It ...
Posted in Website | No Comments »
Monday, October 20th, 2008
While I was working recently on one of my projects, I noticed a curious problem. The server I was using was running out of memory while doing a simple XSLT transform. That was sort of strange because the XSLT transform in question was rather simple and the amount of memory ...
Posted in Programming | No Comments »
Friday, December 16th, 2005
For the last few days I have been trying to put together a list of resources on a specific topic all over the Internet AND make them all searchable (kind of like Google's special searches). What I came up instead is the following:
1. I put the list of resources in ...
Posted in Programming, Projects | No Comments »
Tuesday, May 24th, 2005
Recently I have noticed that my XSLT testing with Apache Xalan suddenly stopped working. A further investigation revealed that this was caused by the fact that JDK 1.5 no longer ships with Xalan, but includes XSLTC instead. Unfortunatly for me I needed to use Xalan so this is how I ...
Posted in Programming | 1 Comment »
Thursday, May 5th, 2005
As a followup to yesterday's post, here is how I am wrapping text via XSLT as opposed to CSS and JavaScript. The reason why I am prefering to do this server side via XSLT as opposed to JavaScript client-side is because if I will be doing client-side JavaScripts, I would ...
Posted in Programming | No Comments »
Thursday, January 20th, 2005
I just saw An article on XML.com (via SlashDot) discussing how CSS stylesheets can work better for printing than XSL-FO (as a rebuttal to a post by Norman Walsh). As a proof, the authors show a 100 line CSS stylesheet that accomplishes the same thing as a 1,000 XSL-FO stylesheet ...
Posted in Programming | Comments Off
Wednesday, January 19th, 2005
Following up on an earlier post about UPS tracking via JavaScript, I cooked up an alternative server-side RSS tracker via XSLT similar to this one. I used two XSLT templates to create the XML request for UPS and format the response into RSS. I also made a Perl wrapper that ...
Posted in Programming, Projects | 1 Comment »