From: Aaron Patterson Date: 2009-10-14T07:41:20+09:00 Subject: Re: Nokogiri: Is there a way to append DOM to another DOM? On Oct 13, 2009, at 1:16 PM, Joshua Muheim wrote: > Hi all > > Is there a way to append a DOM to another DOM? > > Nokogiri::HTML("

Test

").join(Nokogiri::HTML("

Test2

")) Yes, but it depends on the semantics you're looking for. Can you send an email to the nokogiri list and include a brief description of the problem you're trying to solve along with the issues you're encountering? I would appreciate it! :-) The list can be found here: http://groups.google.com/group/nokogiri-talk --- Aaron Patterson http://tenderlovemaking.com