Re: [whatwg] DOM3 Load and Save for simple parsing/serialization?

2009-07-07 Thread Ian Hickson
On Wed, 10 Jun 2009, Brett Zamir wrote: On Mon, 18 May 2009, Brett Zamir wrote: Has any thought been given to standardizing on at least a part of DOM Level 3 Load and Save in HTML5? DOM3 Load and Save is already standardised as far as I can tell. I don't see why HTML5 would have

Re: [whatwg] DOM3 Load and Save for simple parsing/serialization?

2009-06-10 Thread Brett Zamir
- Original Message From: Ian Hickson i...@hixie.ch To: Brett Zamir bret...@yahoo.com Cc: wha...@whatwg.org Sent: Wednesday, June 10, 2009 11:48:09 AM Subject: Re: [whatwg] DOM3 Load and Save for simple parsing/serialization? On Mon, 18 May 2009, Brett Zamir wrote: Has any thought

Re: [whatwg] DOM3 Load and Save for simple parsing/serialization?

2009-06-10 Thread Michael A. Puls II
On Wed, 10 Jun 2009 09:49:08 -0400, Brett Zamir bret...@yahoo.com wrote: - Original Message From: Ian Hickson i...@hixie.ch To: Brett Zamir bret...@yahoo.com Cc: wha...@whatwg.org Sent: Wednesday, June 10, 2009 11:48:09 AM Subject: Re: [whatwg] DOM3 Load and Save for simple parsing

Re: [whatwg] DOM3 Load and Save for simple parsing/serialization?

2009-06-10 Thread Anne van Kesteren
On Wed, 10 Jun 2009 17:13:28 +0200, Michael A. Puls II shadow2...@gmail.com wrote: Opera's implementation is buggy. The async version never fires a load event, handling of errors is all messed up and some functions don't work. It's pretty much useless except for synchronous loading in

Re: [whatwg] DOM3 Load and Save for simple parsing/serialization?

2009-06-10 Thread Brett Zamir
From: Anne van Kesteren ann...@opera.com To: Michael A. Puls II shadow2...@gmail.com; Brett Zamir bret...@yahoo.com; Ian Hickson i...@hixie.ch Cc: wha...@whatwg.org Sent: Thursday, June 11, 2009 12:31:10 AM Subject: Re: [whatwg] DOM3 Load and Save for simple parsing/serialization? On Wed, 10

Re: [whatwg] DOM3 Load and Save for simple parsing/serialization?

2009-06-10 Thread Anne van Kesteren
On Wed, 10 Jun 2009 20:36:30 +0200, Brett Zamir bret...@yahoo.com wrote: That'd be fine by me if at least DOMParser + XMLSerializer was being officially standardized on... See the separate thread on those objects. -- Anne van Kesteren http://annevankesteren.nl/

Re: [whatwg] DOM3 Load and Save for simple parsing/serialization?

2009-06-09 Thread Ian Hickson
On Mon, 18 May 2009, Brett Zamir wrote: Has any thought been given to standardizing on at least a part of DOM Level 3 Load and Save in HTML5? DOM3 Load and Save is already standardised as far as I can tell. I don't see why HTML5 would have to say anything about it. -- Ian Hickson

Re: [whatwg] DOM3 Load and Save for simple parsing/serialization?

2009-05-20 Thread Jonas Sicking
On Mon, May 18, 2009 at 5:45 AM, Brett Zamir bret...@yahoo.com wrote: Has any thought been given to standardizing on at least a part of DOM Level 3 Load and Save in HTML5? The Load and Save APIs in DOM 3 are much too complicated IMHO so I'd like to see something simpler standardized. We've had

Re: [whatwg] DOM3 Load and Save for simple parsing/serialization?

2009-05-20 Thread Maciej Stachowiak
On May 19, 2009, at 11:49 PM, Jonas Sicking wrote: On Mon, May 18, 2009 at 5:45 AM, Brett Zamir bret...@yahoo.com wrote: Has any thought been given to standardizing on at least a part of DOM Level 3 Load and Save in HTML5? The Load and Save APIs in DOM 3 are much too complicated IMHO so

Re: [whatwg] DOM3 Load and Save for simple parsing/serialization?

2009-05-20 Thread Jonas Sicking
On Wed, May 20, 2009 at 12:49 AM, Maciej Stachowiak m...@apple.com wrote: On May 19, 2009, at 11:49 PM, Jonas Sicking wrote: On Mon, May 18, 2009 at 5:45 AM, Brett Zamir bret...@yahoo.com wrote: Has any thought been given to standardizing on at least a part of DOM Level 3 Load and Save in

Re: [whatwg] DOM3 Load and Save for simple parsing/serialization?

2009-05-20 Thread Brett Zamir
Jonas Sicking wrote: On Wed, May 20, 2009 at 12:49 AM, Maciej Stachowiakm...@apple.com wrote: On May 19, 2009, at 11:49 PM, Jonas Sicking wrote: On Mon, May 18, 2009 at 5:45 AM, Brett Zamirbret...@yahoo.com wrote: Has any thought been given to standardizing on at least a

Re: [whatwg] DOM3 Load and Save for simple parsing/serialization?

2009-05-20 Thread Brett Zamir
Brett Zamir wrote: Jonas Sicking wrote: On Wed, May 20, 2009 at 12:49 AM, Maciej Stachowiakm...@apple.com wrote: On May 19, 2009, at 11:49 PM, Jonas Sicking wrote: On Mon, May 18, 2009 at 5:45 AM, Brett Zamirbret...@yahoo.com wrote: Has any thought been given to

Re: [whatwg] DOM3 Load and Save for simple parsing/serialization?

2009-05-20 Thread Brett Zamir
Brett Zamir wrote: Brett Zamir wrote: Jonas Sicking wrote: On Wed, May 20, 2009 at 12:49 AM, Maciej Stachowiakm...@apple.com wrote: On May 19, 2009, at 11:49 PM, Jonas Sicking wrote: On Mon, May 18, 2009 at 5:45 AM, Brett Zamirbret...@yahoo.com wrote: Has any thought

Re: [whatwg] DOM3 Load and Save for simple parsing/serialization?

2009-05-20 Thread Jonas Sicking
Document.load would be the simplified load/save method that it would make sense to standardize IMO, since Firefox has it and it is needed for Web compatibility. I am concerned though that Document.load() allows for synchronous network loads. I'm certainly no fan of Document.load() and wish

[whatwg] DOM3 Load and Save for simple parsing/serialization?

2009-05-18 Thread Brett Zamir
One more thought... While it is great that innerHTML is being officially standardized, I'm afraid it would be rather hackish to have to use it for parsing and serializing dynamically created content which wasn't destined to make it immediately into the document, if at all. Has any thought