Changeset 13

Show
Ignore:
Timestamp:
09/15/05 13:29:33
Author:
johnny
Message:

Added namespace (although not required it looks nice, and since the switch to
using deepcopy() for cloning nodes this actually works without generating a
new prefix.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/templates/template1include.html

    r4 r13  
    1 <div t:content="data" xmlns:t="http://debris.demon.nl/xmlns/templess/0.1" /> 
     1<div xmlns="http://www.w3.org/1999/xhtml"  
     2        xmlns:t="http://debris.demon.nl/xmlns/templess/0.1" 
     3        t:content="data" />