Jacob Kaplan-Moss
Activity tagged “xml”
Bookmarks
Graffiti Markup Language (GML)
Not a joke.
Shakespeare in XML
“This directory contains the complete plays of Shakespeare marked up in XML.” WORLDS COLLIDE!
XPRL.org Home Page
“eXtensible Public Relations Language.” Yikes.
xmldiff
“a python tool that figures out the differences between two similar XML files, in the same way the diff utility does” Seems a bit buggy, but might be useful
RNV
“RNV is an implementation of Relax NG Compact Syntax validator in ANSI C. The command-line utility uses Expat. It is distributed under BSD license.” Sweet!
Google Spreadsheet: Functions for external data
“=importXML(“www.google.com”, “//a/@href”)” — wow.
XMLStarlet Command Line XML Toolkit: Overview
Tools for dealing with XML from the command line. Works especially well as part of a pipeline — curl + xmlstarlet makes a wonderful REST web service consumer.
ElementTree: Working with Namespaces and Qualified Names
Required reading for working with namespaces and ElementTree. It's not hard, but there are a lot of details to get right.
ASPN : Python Cookbook : xml reverse-engineering ElementTree code generator (*whew*)
“takes an ambiguous xml file and generates the ET code to generate that xml file”
rnc2rng
Python code to convert RelaxNG Compact to the XML syntax.
ongoing ยท JSON and XML
Tim Bray (as he often does) sums up the whole JSON/XML thing perfectly.
The ElementSoup Module ::: www.effbot.org
Fan-frickin-tastic!
HOWTO Avoid Being Called a Bozo When Producing XML
Awesome. I know about 30 people who need to read this yesterday.
NOAA - National Weather Service - Experimental XML data feeds - Current Conditions
I can never find this when I want it.
SIMILE | Timeline
“…like Google Maps for time-based information.” Holy crap this is cool.
Which Part of “No XML” Don't You Understand?
GvR: “I don't want to use XML in my templates. I don't want to generate XML and I don't want to have to type XML to tell the template engine what to do. You keep telling me that I want XML, but that simpy isn't the case…”
The Annotated XML Specification
Besides being *very* interesting, this is probably a great example of how to do annotated reference manuals.
Cover Pages: XML Applications and Initiatives
A definitive(?) list of xml dialects — I've been looking for a list like this for a long, long time.