[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] libxml and libxslt CVS

Trans

4/2/2005 4:39:00 PM

Hi all,

I am happy to announce that the XML:Tools project on Rubyforge is now
hosting CVS repository for Ruby's bindings to the libxml2 and libxslt
gnu libs. If anyone is interested in working with these libs please let
me know and I can provide development access. The project page is
http://rubyforge.org/projects/....

For the record, this code appearently hasn't had a "home" for some
time, so I have simply taken it upon myself to give it one. I have
tried contacting Sean Chittenden, the last maintainer, but have not
received a response (I hope he is okay.) So I assume what I am doing
here is acceptable, and hopefuly of value to the community.

Thanks,
T.

3 Answers

Neil Stevens

4/2/2005 6:42:00 PM

0

On Sat, 02 Apr 2005 08:38:36 -0800, Trans wrote:

> Hi all,
>
> I am happy to announce that the XML:Tools project on Rubyforge is now
> hosting CVS repository for Ruby's bindings to the libxml2 and libxslt
> gnu libs. If anyone is interested in working with these libs please let
> me know and I can provide development access. The project page is
> http://rubyforge.org/projects/....
>
> For the record, this code appearently hasn't had a "home" for some
> time, so I have simply taken it upon myself to give it one. I have
> tried contacting Sean Chittenden, the last maintainer, but have not
> received a response (I hope he is okay.) So I assume what I am doing
> here is acceptable, and hopefuly of value to the community.

Thank you, that's wonderful. XML libraries seem to be a dime a dozen,
unless you want validation. When the libxml2 binding was available only
from FreeBSD ports archives, I thought it might be in trouble, but I'm
glad this has been picked back up.

--
Neil Stevens - neil@hakubi.us

'A republic, if you can keep it.' -- Benjamin Franklin

Trans

4/4/2005 7:50:00 PM

0

Neil Stevens wrote:
> Thank you, that's wonderful. XML libraries seem to be a dime a
dozen,
> unless you want validation. When the libxml2 binding was available
only
> from FreeBSD ports archives, I thought it might be in trouble, but
I'm
> glad this has been picked back up.

You're quite welcome, and thank you for the show of support. I am
hopeful that having these libs available in this manner will over time
facilitate their improvement and further foster Ruby as the lanaguge of
choice for XML scripting.

T.

Andres Salomon

4/7/2005 4:45:00 PM

0

On Sat, 02 Apr 2005 08:38:36 -0800, Trans wrote:

> Hi all,
>
> I am happy to announce that the XML:Tools project on Rubyforge is now
> hosting CVS repository for Ruby's bindings to the libxml2 and libxslt
> gnu libs. If anyone is interested in working with these libs please let
> me know and I can provide development access. The project page is
> http://rubyforge.org/projects/....
>
> For the record, this code appearently hasn't had a "home" for some
> time, so I have simply taken it upon myself to give it one. I have
> tried contacting Sean Chittenden, the last maintainer, but have not
> received a response (I hope he is okay.) So I assume what I am doing
> here is acceptable, and hopefuly of value to the community.
>

I talked to Sean some time ago about this; he wasn't using ruby, and had
no desire to maintain the libraries. I'm glad someone picked these up; I
hate maintaining debian packages w/ dead upstreams.