The new 2.0.0 release adds in support for Ruby 1.9's encoding changes.
Give it a try!
Charlie
On 11/3/2010 12:01 AM, Anurag Priyam wrote:
I'm using ruby 1.8.7 and going to port to ruby 1.9.2. I'd like to confirm
that whether current libxml support ruby 1.9.
libxml has not been tested against
Hi Anurag,
Do you still have a copy of your tutorial around. Can we put it
someplace (github wiki), so other can see it?
Thanks,
Charlie
On 5/19/2010 2:44 PM, Anurag Priyam wrote:
Composing an XML document with ruby libxml is quite intuitive. Does not
actually need a tutorial; API docs are
On Sun, Apr 17, 2011 at 12:22 PM, Charlie Savage wrote:
> Hi Anurag,
>
> Do you still have a copy of your tutorial around. Can we put it someplace
> (github wiki), so other can see it?
Done. I have not checked the code against the git head though, and
there are certain formatting issues since I
> Done. I have not checked the code against the git head though, and
> there are certain formatting issues since I simply copy pasted from my
> paste.
Fixed most of the markup issues.
[1] https://github.com/xml4r/libxml-ruby/wiki/Using-the-Reader-API
[2] https://github.com/xml4r/libxml-ruby/wiki/
Excellent!
Charlie
On 4/17/2011 2:51 AM, Anurag Priyam wrote:
Done. I have not checked the code against the git head though, and
there are certain formatting issues since I simply copy pasted from my
paste.
Fixed most of the markup issues.
[1] https://github.com/xml4r/libxml-ruby/wiki/Using-
Hey Charlie,
I have published the modifications to the site as gh-pages[1], and
made some small changes to make publishing site easier, and handle
rdoc correctly.
Publishing website as gh-pages is now super simple:
$ rake rdoc; rake publish
or just,
$ rake publish_with_docs
Since the changes (se
On Sun, Apr 17, 2011 at 9:22 AM, Anurag Priyam wrote:
> Since the changes (see the last 3 commits) were minor, I directly
> merged them into the tree. I hope it doesn't break
> libxml.rubyforge.org.
I imagine at this point it wouldn't be a big deal just to delete the
RubyForge project altogether
Hi Anurag,
I have published the modifications to the site as gh-pages[1], and
made some small changes to make publishing site easier, and handle
rdoc correctly.
Publishing website as gh-pages is now super simple:
$ rake rdoc; rake publish
or just,
$ rake publish_with_docs
Yeah, I've been stru
On Sun, Apr 17, 2011 at 4:34 PM, Charlie Savage wrote:
> Yeah, I've been struggling with this. First, grancher doesn't work on
> windows. Second, when I try it on Linux I get a dialog box that asks me for
> a user name password (although I have public ssh keys setup for github).
Grancher is fa
Its been a long time coming, but we are happy to announce the release of
libxml-ruby version 2.0.1.
The big change in this release is full support for Ruby 1.9.2. Strings
that are returned from libxml-ruby have their encodings set to the
encoding of the underlying xml document. Ruby 1.8.* is
>> Since the changes (see the last 3 commits) were minor, I directly
>> merged them into the tree. I hope it doesn't break
>> libxml.rubyforge.org.
>
> Sure no problem. I'd like to move the rdoc to gihub.
Cool. I have already moved the rdoc to github.
>> Also, I was wondering if it makes sense t
On Mon, Apr 18, 2011 at 4:56 AM, Trans wrote:
> On Sun, Apr 17, 2011 at 4:34 PM, Charlie Savage wrote:
>
>> Yeah, I've been struggling with this. First, grancher doesn't work on
>> windows. Second, when I try it on Linux I get a dialog box that asks me for
>> a user name password (although I ha
12 matches
Mail list logo