Tidying up the templates, making sure is valid XML
authorChris Cormack <chrisc@catalyst.net.nz>
Tue, 4 Mar 2014 20:51:32 +0000 (09:51 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 4 Mar 2014 20:51:32 +0000 (09:51 +1300)
templates/includes/LookupUserResponse.inc
templates/includes/header.inc
templates/problem.tt
templates/response.tt

index 9545e04..1e54eff 100644 (file)
@@ -40,4 +40,4 @@ RequestedItem
     </NameInformation>
   [% END %]
 [% END %]
-</UserOptionalFields/>
+</UserOptionalFields>
index 797a783..4ac79c5 100644 (file)
@@ -1,5 +1,3 @@
 <?xml version = '1.0' encoding='UTF-8'?>
-<!DOCTYPE NCIPMessage
-xmlns:xsi = 'http://www.w3.org/2001/XMLSchema- instance' 
-xsi:noNamespaceSchemaLocation = 'http://www.niso.org/ncip/v2_01/imp1/xsd/ncip_v2_01.xsd' 
-version = 'http://www.niso.org/ncip/v2_01/imp1/xsd/ncip_v2_01.xsd'>
+<NCIPMessage version='http://www.niso.org/schemas/ncip/v2_02/ncip_v2_02.xsd' xmlns='http://www.niso.org/2008/ncip'>
+
index 0c007b4..8a39f8b 100644 (file)
@@ -1,5 +1,4 @@
 [% INCLUDE 'includes/header.inc' %]
-<NCIPMessage>
   <[% messagetype %]>
     [% IF processingerror %]
     <Problem>
index 68519ae..eaf6bc9 100644 (file)
@@ -1,7 +1,4 @@
-[%# INCLUDE 'includes/header.inc' %]
-
-<NCIPMessage>
-    <[% messagetype %]>
+   <[% messagetype %]>
        <ResponseHeader>
             <FromAgencyId>
               <AgencyId>[% fromagency | trim%]</AgencyId>