mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
pretty print the xml and collaps all empty elements
This commit is contained in:
parent
8df10b161f
commit
3d373f450a
1 changed files with 1 additions and 1 deletions
|
@ -3503,7 +3503,7 @@ static void _real_close(GormDocument *self,
|
|||
// Recursively build the XLIFF document from the GormDocument...
|
||||
[self _buildXLIFFDocumentWithParentNode: group];
|
||||
|
||||
NSData *data = [xliffDocument XMLData];
|
||||
NSData *data = [xliffDocument XMLDataWithOptions: NSXMLNodePrettyPrint | NSXMLNodeCompactEmptyElement ];
|
||||
NSString *xmlString = [NSString stringWithUTF8String: [data bytes]];
|
||||
|
||||
result = [xmlString writeToFile: name atomically: YES];
|
||||
|
|
Loading…
Reference in a new issue