dreadedmonkeygod . net

Whaa...?

Doh!

Update 2/9/06: Fixed. Well, in my development version anyway. Bandwidth issues prevent deployment of the .war file that runs this place. Ugh. Actual fixage will be forthcoming.

Update 5/16/06: Attempted to get the fix working again, failed. The problem is in a tag I wrote to build a <base href="..."> tag. For HTML 4.01 Transitional this must appear as:

<base href="...">

However, for XML (which means the XSL stylesheet for my RSS feed) requires:

<base href="..." />

The only sane thing to do is to have the custom JSP tag that generates the markup do a little content type detection, and figure out whether the trailing slash is appropriate. Unfortunately, no dice: my ISP's server chokes on the code that retrieves the content type from the local page context. No idea why this is, and debugging on the server is annoying. I'll get to this when I get to this.

Post a Comment

Name:
Email (Never, ever displayed.)
URL:
Remember me next time.
Comments (Sorry, no HTML allowed. Space paragraphs with a blank line.):