Re: [PATCH] proposed change to DOMParser

2002-01-28 Thread Theodore W. Leung
Your changes look great. Thanks, Elena Ted On Fri, 2002-01-25 at 09:51, Elena Litani wrote: > "Theodore W. Leung" wrote: > > > > I just committed some changes to the DOMAddLines sample to bring it up > > to DOM L3. > > Thanks! > > > Here's the change that I'd like to make to DOMParser to ge

Re: [PATCH] proposed change to DOMParser

2002-01-25 Thread Elena Litani
"Theodore W. Leung" wrote: > > I just committed some changes to the DOMAddLines sample to bring it up > to DOM L3. Thanks! > Here's the change that I'd like to make to DOMParser to get the > current-element-node property working again -- I didn't want to just > commit it because it puts some

[PATCH] proposed change to DOMParser

2002-01-22 Thread Theodore W. Leung
I just committed some changes to the DOMAddLines sample to bring it up to DOM L3. Here's the change that I'd like to make to DOMParser to get the current-element-node property working again -- I didn't want to just commit it because it puts some property handling code in a concrete parser class.