Index: AXimpl/FileWriter.cls.xml =================================================================== diff -u -r46228 -r46253 --- AXimpl/FileWriter.cls.xml (.../FileWriter.cls.xml) (revision 46228) +++ AXimpl/FileWriter.cls.xml (.../FileWriter.cls.xml) (revision 46253) @@ -62,9 +62,9 @@ -XMLObject:%XML.Adaptor,XMLExportOpties:%String="literal,indent",TopTag:%String="",RuntimeIgnoreNull:%String="0" +XMLObject:%XML.Adaptor,XMLExportOpties:%String="literal,indent",TopTag:%String="" TECH.IteratorUitvoerderOpdracht - -1 - - TECH.File.FileAPI 1 @@ -50,7 +46,7 @@ #dim SubPath As %String = ..ExtractSubPath(FullFilename) #dim KlasseNaam As %String = ..ConfigIn.GetRequestEnvelope(SubPath) - #dim Message As %CacheString = ..XmlCorrelater.GeefObjectVanBestand(FullFilename, KlasseNaam, "Envelope",..#XMLIGNORENULL) + #dim Message As %CacheString = ..XmlCorrelater.GeefObjectVanBestand(FullFilename, KlasseNaam, "Envelope") #dim Converter As AXimpl.Converter = ..ConfigIn.GetConverter(SubPath) Do Converter.Convert(Message)