From 9a04f9fca5fa1a51d9346333d84b7a958c7d87ff Mon Sep 17 00:00:00 2001 From: Felix Rabe Date: Tue, 3 Nov 2009 16:39:07 +0100 Subject: [PATCH] TODO note about '{' and '}' --- xmlmerge.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xmlmerge.py b/xmlmerge.py index d4dab7a..8dac92e 100644 --- a/xmlmerge.py +++ b/xmlmerge.py @@ -22,6 +22,8 @@ # Developed (i.e. tested) using Python 2.6.4 and lxml 2.2.2. +# TODO: What if an attribute should include the '{' or '}' chars? + """ The purpose of XML Merge is to preprocess any kind of XML file with great flexibility. -- 2.11.4.GIT