From d997fff87bbe22d5b958373a797e2ce785db1bc7 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Sat, 16 May 2009 01:15:20 -0400 Subject: [PATCH] validation fiddling --- xml.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml.html b/xml.html index ead88b2..3a0790a 100644 --- a/xml.html +++ b/xml.html @@ -136,11 +136,11 @@ mark{display:inline} >>> root.attrib {'{http://www.w3.org/XML/1998/namespace}lang': 'en'} >>> root[4] - +<Element {http://www.w3.org/2005/Atom}link at e181b0> >>> root[4].attrib {'href': 'http://diveintomark.org/', 'type': 'text/html', 'rel': 'alternate'} >>> root[3] - +<Element {http://www.w3.org/2005/Atom}updated at e2b4e0> >>> root[3].attrib {}