Re: [xml] Child elements in XML fragments.

2014-08-05 Thread Daniel Veillard
On Tue, Jul 29, 2014 at 02:59:12PM -0700, Kyle VanderBeek wrote: > Apologies for the self-serving inquiry, but I thought I'd come over and > address an issue I found over in Ruby-land (Nokogiri) while working with > some HTML fragments in a Rails application. > > I noticed that the suite of "eleme

Re: [xml] Child elements in XML fragments.

2014-08-05 Thread Daniel Veillard
On Sun, Aug 03, 2014 at 12:57:57PM -0700, Kyle VanderBeek wrote: > I hate to be a nag, but here I am again. > > Is there any theoretical or design reason not to apply this patch to > tree.c? As I mentioned, working with HTML fragments to build we pages is a > pretty common task. Being able to trav

Re: [xml] Child elements in XML fragments.

2014-08-05 Thread Kyle VanderBeek
On Tue, Aug 5, 2014 at 4:33 AM, Daniel Veillard wrote: > > Is there any theoretical or design reason not to apply this patch to > > tree.c? As I mentioned, working with HTML fragments to build we pages is > a > > pretty common task. Being able to traverse entity children on such a > > fragment wo