Add whitespace after XML declaration
authorDennis Schafroth <dennis@indexdata.com>
Thu, 16 Feb 2012 14:29:11 +0000 (15:29 +0100)
committerDennis Schafroth <dennis@indexdata.com>
Thu, 16 Feb 2012 14:29:11 +0000 (15:29 +0100)
src/org/marc4j/TurboMarcXmlWriter.java

index 3248ed3..9402eb3 100644 (file)
@@ -413,6 +413,8 @@ public class TurboMarcXmlWriter implements MarcWriter {
         try {\r
             AttributesImpl atts = new AttributesImpl();\r
             handler.startDocument();\r
+            if (indent)\r
+              handler.ignorableWhitespace("\n".toCharArray(), 0, 1);\r
             // The next line duplicates the namespace declaration for Marc XML\r
             handler.startPrefixMapping("tmarc", Constants.TURBO_MARCXML_NS_URI);\r
             // add namespace declaration using attribute - need better solution\r