NSData *blah = [xmldocument XMLDataWithOptions: NSXMLNodePrettyPrint];
NSString *snork = [[NSString alloc] initWithData: blah
encoding: NSUTF8StringEncoding];
NSAttributedString *arrrgh;
arrrgh = [[NSAttributedString alloc] initWithString: snork];
[[xmlTextView textStorage]
setAttributedString: [arrrgh autorelease]];