xml.com articles
Posted in Tech, XML/XHTML on March 5th, 2003 No Comments »
xml.com has two new interesting articles: Inside the RSS Validator and Prototyping One-to-many Links with XSLT.
Posted in Tech, XML/XHTML on March 5th, 2003 No Comments »
xml.com has two new interesting articles: Inside the RSS Validator and Prototyping One-to-many Links with XSLT.
Posted in Tech, XML/XHTML on February 1st, 2003 No Comments »
xmlhack has a short article tracking changes in xhtml 2.0 working drafts.
Posted in Apple, SVG, Tech, XML/XHTML on February 1st, 2003 No Comments »
Keynote, Apple’s new presentation program, uses xml, but not svg, for its vector graphics description markup.
Posted in JavaScript, Tech, XML/XHTML on January 16th, 2003 No Comments »
I had never considered using XQuery for generating html and xml. Until now.
Posted in JavaScript, Tech, XML/XHTML on December 7th, 2002 7 Comments »
This article describes using the DOM 2 Range with JavaScript and describes its support in mozilla. I put this together rather quickly and it isn’t very robust, but it is better than nothing. Send bugs and comments to mail[@]dylans.org (without the brackets) Overview: A Range selects all content between a pair of boundary points, and […]
Posted in Tech, XML/XHTML on November 24th, 2002 No Comments »
A great DOM/CSS blog entry by Ian Hickson on how user agents handle tag soup.