Re: [julia-users] Re: How to read and change the content of web pages to the vector ?

2015-02-28 Thread paul analyst
HI James, I have a doc downloaded from web download(url, file) doc=readall(file) julia> eltype(doc) Char julia> doc "\r\n\r\n\r\n Sil . \n\r\n\r\n\r\n\r\n\r\n" What next with Gumbo? my doc is not ready to Gumbo julia> for elem in preorder(doc.root) println(tag(elem

Re: [julia-users] Re: How to read and change the content of web pages to the vector ?

2014-06-09 Thread Paul Analyst
Thx James, i will try Paul. W dniu 2014-06-09 19:04, James Porter pisze: https://github.com/porterjamesj/GumboParser.jl

[julia-users] Re: How to read and change the content of web pages to the vector ?

2014-06-09 Thread James Porter
I suppose I should mention that I have a prototype wrapper of Google's gumbo HTML parsing library in the works: https://github.com/porterjamesj/GumboParser.jl It's not on METADATA and I wouldn't consider the API stable, but everything seems to work pretty well so far. If you really want to use