Changeset 228

Show
Ignore:
Timestamp:
02/06/07 13:30:53 (2 years ago)
Author:
mikey
Message:

do not require namespace for default tags

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/xml/config.xml

    r152 r228  
    11<?xml version="1.0" encoding="iso-8859-1"?> 
    22<xj:configuration 
    3    xmlns:xj="http://xjconf.net/XJConf" 
    4    xmlns:registry="http://stubbles.net/util/registry"> 
    5   <registry:config name="core.number.decimals" value="4" /> 
    6   <registry:config name="core.date.format.datetime" value="%a, %d. %b %Y, %H:%M:%S" /> 
     3    xmlns:xj="http://xjconf.net/XJConf" 
     4    xmlns="http://stubbles.net/util/registry"> 
     5  <config name="core.number.decimals" value="4" /> 
     6  <config name="core.date.format.datetime" value="%a, %d. %b %Y, %H:%M:%S" /> 
    77</xj:configuration>