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
		[element addAttributeWithName: @"namespace"
				  stringValue: ns];

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

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

	return element;
}
@end







<
|
<
|
<




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];

	[pool release];

	[element autorelease];


	return element;
}
@end