Re: [Web-SIG] DOM Implementation

2005-06-03 Thread Phillip J. Eby
At 04:59 PM 6/3/2005 -0500, Timothy Soehnlin wrote: >What if instead of intersplicing node commands, such as iterating through >lists, into > the actual document, you were to operate on a different idea. > >What if you were to parse an xml file, and then manipulate the entire > page as through a

Re: [Web-SIG] DOM Implementation

2005-06-03 Thread Shannon -jj Behrens
Yeah, this is more along the idea that Paul Abrams had, as I mentioned in my blog, leading me to bring up this subject. In his idea, he had a piece of Python splicing together pieces of XML, and treating the DOM somewhat like a dictionary where the ids where the keys. Best Regards, -jj On 6/3/05

Re: [Web-SIG] DOM Implementation

2005-06-03 Thread Timothy Soehnlin
What if instead of intersplicing node commands, such as iterating through lists, into the actual document, you were to operate on a different idea. What if you were to parse an xml file, and then manipulate the entire page as through a system of blocks. i.e. --