Changeset 916

Show
Ignore:
Timestamp:
10/10/05 19:40:43 (3 years ago)
Author:
rkern
Message:

r64@Blasphemy: kern | 2005-10-03 05:27:27 -0700
cosmetics

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nbdoc/branches/namespaces/notabene/xmlutils.py

    r914 r916  
    5656                el.tag = el.tag[n:] 
    5757 
     58# These are standards 
    5859rdf = XMLNS('rdf', 'http://www.w3.org/1999/02/22-rdf-syntax-ns#') 
    5960dc = XMLNS('dc', 'http://purl.org/dc/elements/1.1/') 
    6061xsl = XMLNS('xsl', 'http://www.w3.org/1999/XSL/Transform') 
    6162xlink = XMLNS('xlink', 'http://www.w3.org/1999/xlink') 
     63db = XMLNS('db', 'http://docbook.org/ns/docbook') 
     64 
     65# These are namespaces we've defined 
    6266ip = XMLNS('ip', 'http://ipython.scipy.org/notebook-xml') 
    6367iptest = XMLNS('iptest', 'http://ipython.scipy.org/notebook-test-xml') 
    64 db = XMLNS('db', 'http://docbook.org/ns/docbook')