Wednesday, January 5th, 2005


So I signed myself up at Technorati.com It’s a search engine I’ve been using a bit lately that targets blogs and such recently updated content. Pretty handy.

Technorati Profile

Does this mean I have to start accepting words like “blogosphere” as English?

One important detail I didn’t mention in yesterday’s post on converting between XML and HTML was the “disable-output-escaping” attribute. Using disable-output-escaping=”yes” causes the result of the transform to keep “< " and "&" in the resulting document. Otherwise, they get turned in to &lt; and &amp;. You may have found that HTML tags, <, and & all get stripped from your XML every time you do a transform. Read the rest of “Oh, and another thing about transforms”…