Re: High-Quality Dynamic SVG Viewer

Jim Ley wrote:


>>- [...] The answer is to create a temporary well-formed
>>  version of the partial download (close all open tags, etc) and
>>  then render. [...]

> This is a sensible approach, and I fully support it.


How should the app do "close all open tags, etc" for the following?
(Real question :)

<foo>
<bar>

to

<foo>
<bar>
</bar>
</foo>

or

<foo></foo>
<bar></bar>

which is

<foo/>
<bar/>

?

Tobi


-- 
http://www.pinkjuice.com/

Received on Monday, 20 January 2003 05:49:20 UTC