Changeset 1167 for trunk/templates

Show
Ignore:
Timestamp:
06/15/08 21:02:45 (6 months ago)
Author:
earle
Message:

Alphabetize and space out XML namespace declarations for maintainability's sake.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/templates/node_rdf.tt

    r1166 r1167  
    11<?xml version="1.0"?> 
    22<rdf:RDF 
    3   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
    4   xmlns:dc="http://purl.org/dc/elements/1.1/" 
    5   xmlns:dcterms="http://purl.org/dc/terms/" 
    6   xmlns:foaf="http://xmlns.com/foaf/0.1/" 
    7   xmlns:wiki="http://purl.org/rss/1.0/modules/wiki/" 
    8   xmlns:chefmoz="http://chefmoz.org/rdf/elements/1.0/" 
    9   xmlns:wn="http://xmlns.com/wordnet/1.6/" 
    10   xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" 
    11   xmlns:os="http://downlode.org/Code/RDF/Ordnance_Survey/schema/1#" 
    12   xmlns:owl="http://www.w3.org/2002/07/owl#" 
    13   xmlns:map="http://www.daml.org/2001/06/map/map-ont#" 
    14   xmlns="http://www.w3.org/2000/10/swap/pim/contact#" 
     3  xmlns:chefmoz = "http://chefmoz.org/rdf/elements/1.0/" 
     4  xmlns:dc      = "http://purl.org/dc/elements/1.1/" 
     5  xmlns:dcterms = "http://purl.org/dc/terms/" 
     6  xmlns:foaf    = "http://xmlns.com/foaf/0.1/" 
     7  xmlns:geo     = "http://www.w3.org/2003/01/geo/wgs84_pos#" 
     8  xmlns:map     = "http://www.daml.org/2001/06/map/map-ont#" 
     9  xmlns:os      = "http://downlode.org/Code/RDF/Ordnance_Survey/schema/1#" 
     10  xmlns:owl     = "http://www.w3.org/2002/07/owl#" 
     11  xmlns:rdf     = "http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
     12  xmlns:wiki    = "http://purl.org/rss/1.0/modules/wiki/" 
     13  xmlns:wn      = "http://xmlns.com/wordnet/1.6/" 
     14  xmlns         = "http://www.w3.org/2000/10/swap/pim/contact#" 
    1515> 
    1616