- From: Jon Ferraiolo <jferraio@adobe.com>
- Date: Sat, 06 Oct 2001 09:58:30 -0700
- To: Sylvain.Comte@equipement.gouv.fr
- Cc: www-svg@w3.org
- Message-Id: <4.3.2.7.2.20011006094524.00cc1f00@mailsj>
I don't understand this error report completely. I did a search on ecmascript-binding.html and did not find methods open(), write(), writeln() or close() anywhere. I also don't see these methods in the Document interface for DOM2. Is the expectation that, because the old HTML DOM had these methods, then the SVG DOM should have these methods, also? The SVG 1.0 working group discussed these methods a long time ago and decided that developers should use DOM2 Core methods such as createElement() to change the document rather than insert new parsable XML into the pre-parsed document stream via write() and writeln(). Jon Ferraiolo SVG 1.0 Editor jferraio@adobe.com At 11:22 PM 10/6/01 +1000, Dean Jackson wrote: >----- Forwarded message from "\"COMTE Sylvain, DDE 76/SAT/Bureau d'?tudes >Transports, D?placements\"" <Sylvain.Comte@equipement.gouv.fr> ----- > >X-Envelope-From: www-svg-request@tux.w3.org Fri Oct 5 05:33:38 2001 >From: "COMTE Sylvain, DDE 76/SAT/Bureau d'?tudes Transports, D?placements" > <Sylvain.Comte@equipement.gouv.fr> >To: "'www-svg@w3.org'" <www-svg@w3.org> >Old-Date: Fri, 5 Oct 2001 11:33:06 +0200 >X-Diagnostic: Not on the accept list >Subject: [Moderator Action] error in Ecmascript-binding >X-Diagnostic: Mail coming from a daemon, ignored >X-Envelope-To: www-svg >X-UIDL: c6a1cc8e7bc0aad67fdf0f2afbf5e1cd > >found a problem in >http://www.w3.org/TR/2001/REC-SVG-20010904/ecmascript-binding.html ><http://www.w3.org/TR/2001/REC-SVG-20010904/ecmascript-binding.html> >about object SVGDocument which should support all document object methods : > methods open(), write(), writeln() and close() not supported (for an >"embed" document at least) > >Is there another way to rewrite dynamically a svgdocument ? (not using asp >or php I mean). > >----- End forwarded message -----
Received on Saturday, 6 October 2001 13:55:41 UTC