On Sat, Nov 01, 2008 at 11:56:50AM -0700, Trans wrote:
> 
> 
> On Oct 30, 1:15 pm, Aaron Patterson <[EMAIL PROTECTED]>
> wrote:
> > nokogiri version 1.0.0 has been released!
> 
> Very impressive project, Aaron!
> 
> I've been building much the same thing myself, although built on top
> of libxml-ruby (or rexml as a fallback). Unfortunately, it has always
> been one of those back-burner projects I only have time to work on now
> and then, so it's remained very much beta-ware. But now with Nokogiri,
> it looks like I can just drop that project altogether. Yeah! I'm happy
> about that b/c I already have too many projects to maintain.
> 
> There is one feature of my project I'd like to preserve though. I have
> a very elegant xml/html template engine built on top of it, somewhat
> like Amrita. It's a very small engine, ~100 loc. And I love the thing.
> So I will port it to Nokogiri instead.
> 
> In any case, I have one question. It looks like there is an XML
> Builder in the library. I did not see any usage documentation on that.
> Is it working? And how does one use it?

Thanks.  Yes, there is a builder.  I've only shown examples for using
the HTML builder, but it is basically the same as the XML builder:

  http://github.com/tenderlove/nokogiri/wikis/generate

-- 
Aaron Patterson
http://tenderlovemaking.com/
_______________________________________________
libxml-devel mailing list
libxml-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/libxml-devel

Reply via email to