02-09-2006 04:10 AM
02-10-2006 02:38 PM
02-13-2006 03:07 AM
Andy,
1) Stangely enough, the Escape XML.vi doesn't escape "</"!
2) Escape XML.vi takes a string, so you have to convert the picture to string. But when you convert the picture to string, the bug isn't there anymore.
So to work around the problem, you can just convert the picture to string (use flatten to string, casting is (without any reason) disabled...).
Someone who wants to flatten pictures to XML should be experienced enough to figure this out, so I wouldn't put the bug on the priority list. Also, fixing it could cause backwards compatibility problems.
02-14-2006 03:31 PM