ObjFW  Diff

Differences From Artifact [836db12fdb]:

To Artifact [72bfa63edb]:


175
176
177
178
179
180
181
182
183

184
185

186
187
188
189
190
175
176
177
178
179
180
181


182


183

184
185
186
187







-
-
+
-
-
+
-




		[element addAttributeWithName: @"namespace"
				  stringValue: ns];

	[element addAttributeWithName: @"stringValue"
			  stringValue: stringValue];

	[element retain];
	@try {
		[pool release];
	[pool release];
	} @finally {
		[element autorelease];
	[element autorelease];
	}

	return element;
}
@end