Jon Ferraiolo wrote: > > We didn't consider the above alternative. Instead, the two main approaches > we looked at were the VML approach (like what SVG has now) and PGML, which > used a "full" XML approach, such as: > > <path> > <moveto x="100" y="200"/> > <curveto x1="133.67" y1="217.00" etc. /> > > The PGML example mapped directly to convenient DOM access and mapped well > with XSLT, but we felt the size of PGML files and the size of the PGML DOM > were unacceptable. It wouldn't help for the DOM size, but couldn't the XML files be compressed by far using WAP Binary XML? My main problem with the <path d="..."/> approach is that there are some path elements like arcs that have no "real" XML equivalent. I can use <line ... /> instead of "l", but there is no element for drawing arcs (AFAIK). Best regards, Stefan -- Stefan Haustein University of Dortmund Computer Science VIII www-ai.cs.uni-dortmund.deReceived on Tuesday, 7 March 2000 05:45:42 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 4 September 2006 18:11:09 GMT