The vml namespace (e.g. xmlns:v="urn:schemas-microsoft-com:vml" ) was
removed from the master pages in MOSS/WSS 3.0.. Without this namespace and
the corresponding behavior, IE has no idea how to render VML contained
within an XML web part. When I add the namespace to the <html tag and the
syle to the header, the VML document fragment that I shove into an XML web
part runs just fine..
VML is a much more scalable solution that temp files for dynamic vector
graphics -- who does dynamic raster graphics anyway...
Comments?