XWT
Using Leo for reST
Water!
XML editing with XML schema
Why XML?
« Teaching Java
» Joy of Python: Blogrolling
O'ReillyNet: Top Ten Tips to Using XPath and XPointer “XPath and XPointer allow developers to find specific information inside an XML document and manipulate that information. John Simpson, author of XPath and XPointer, offers ten tips that XML developers can put to use immediately.”
Pretty good article.
value1 != value2
and not(value1 = value2)
.Recently, I tried to use XML and XSL for a simple quiz. One thing I can tell for sure is that XSL is a horrible language for common programmatic idioms like conditionals and looping. I’m really scared of the day when buzz-word-happy managers out there start dictating that programmers use XML for everything, including coding. Let us rewrite our core product using cML, a new dialect of C language with XML flavour added in.
I wrote about this in the context of BPML. Programmers need to know some tools and then pick the proper tool for the proper job.