Re: [libxml-devel] PATCH: Enable Text Node Creation

2007-11-14 Thread Dan Janowski
(This is really old, but ...) Node#new_text added at trunk version #211. Dan On May 1, 2007, at 18:00, Eric Schultz wrote: > Hi everyone, > > > > I’ve been working on using the libxml-ruby for a project and I > discovered there’s not an easy way to create a new text node. Since > I needed t

[libxml-devel] PATCH: Enable Text Node Creation

2007-05-01 Thread Eric Schultz
Hi everyone, I've been working on using the libxml-ruby for a project and I discovered there's not an easy way to create a new text node. Since I needed this, I used my rather limited C skills and copied the method to create a comment node and modified it so it makes text nodes. The patch is at