From 1f44852c9aff8f8242ec03b6513b2e4867c3f46f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 22 Aug 2012 21:24:43 +0000 Subject: [PATCH] Also this file doesn't match and cannot be loaded with generic loadXmlTemplate() method --- .gitattributes | 1 + .../xml/requests/node_request_node_list.xml | 36 +------------------ .../xml/requests/request_node_list.xml | 35 ++++++++++++++++++ 3 files changed, 37 insertions(+), 35 deletions(-) create mode 100644 application/hub/templates/xml/requests/request_node_list.xml diff --git a/.gitattributes b/.gitattributes index 9ab23682b..16c230bd2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -636,6 +636,7 @@ application/hub/templates/xml/object_registry/.htaccess -text svneol=unset#text/ application/hub/templates/xml/object_registry/object_registry.xml svneol=native#text/plain application/hub/templates/xml/requests/.htaccess -text svneol=unset#text/plain application/hub/templates/xml/requests/node_request_node_list.xml svneol=native#text/plain +application/hub/templates/xml/requests/request_node_list.xml svneol=native#text/plain application/hub/templates/xml/self_connect/.htaccess -text svneol=unset#text/plain application/hub/templates/xml/self_connect/self_connect.xml svneol=native#text/plain db/.htaccess -text svneol=unset#text/plain diff --git a/application/hub/templates/xml/requests/node_request_node_list.xml b/application/hub/templates/xml/requests/node_request_node_list.xml index bb9031423..11f5d85d8 100644 --- a/application/hub/templates/xml/requests/node_request_node_list.xml +++ b/application/hub/templates/xml/requests/node_request_node_list.xml @@ -1,35 +1 @@ - - - - - {?accepted_object_types?} - - {?session_id?} - + diff --git a/application/hub/templates/xml/requests/request_node_list.xml b/application/hub/templates/xml/requests/request_node_list.xml new file mode 100644 index 000000000..bb9031423 --- /dev/null +++ b/application/hub/templates/xml/requests/request_node_list.xml @@ -0,0 +1,35 @@ + + + + + {?accepted_object_types?} + + {?session_id?} + -- 2.39.5