parse content

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

parse content

NeroNono
Hello all,

I´m looking for a possibility to get the contents of a site. The entire html as a Stream without opening the site.

Many thanks and greetings
Eduard


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: parse content

sebastianconcept@gmail.co
if you want it parsed, take a look to HTML & CSS parser in squeaksource.com




On Feb 6, 2011, at 7:38 AM, Eduard Poschinger wrote:

Hello all,

I´m looking for a possibility to get the contents of a site. The entire html as a Stream without opening the site.

Many thanks and greetings
Eduard

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: parse content

NeroNono
That would be the second step.

First, I would like to access it.
Something like ... getContentsOfUrl: anUrl, which returns a Stream or String (the whole html)

Does such a method exist?

--- Sebastian Sastre <[hidden email]> schrieb am So, 6.2.2011:

Von: Sebastian Sastre <[hidden email]>
Betreff: Re: [Seaside] parse content
An: "Seaside - general discussion" <[hidden email]>
Datum: Sonntag, 6. Februar, 2011 11:17 Uhr

if you want it parsed, take a look to HTML & CSS parser in squeaksource.com




On Feb 6, 2011, at 7:38 AM, Eduard Poschinger wrote:

Hello all,

I´m looking for a possibility to get the contents of a site. The entire html as a Stream without opening the site.

Many thanks and greetings
Eduard

_______________________________________________
seaside mailing list
seaside@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


-----Integrierter Anhang folgt-----

_______________________________________________
seaside mailing list
seaside@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: parse content

sebastianconcept@gmail.co

HTTPClient httpGet: 'http://yahoo.de'


there

o/




On Feb 6, 2011, at 10:32 AM, Eduard Poschinger wrote:

That would be the second step.

First, I would like to access it.
Something like ... getContentsOfUrl: anUrl, which returns a Stream or String (the whole html)

Does such a method exist?

--- Sebastian Sastre <[hidden email]> schrieb am So, 6.2.2011:

Von: Sebastian Sastre <[hidden email]>
Betreff: Re: [Seaside] parse content
An: "Seaside - general discussion" <[hidden email]>
Datum: Sonntag, 6. Februar, 2011 11:17 Uhr

if you want it parsed, take a look to HTML & CSS parser in squeaksource.com




On Feb 6, 2011, at 7:38 AM, Eduard Poschinger wrote:

Hello all,

I´m looking for a possibility to get the contents of a site. The entire html as a Stream without opening the site.

Many thanks and greetings
Eduard

_______________________________________________
seaside mailing list
<a rel="nofollow" ymailto="mailto:seaside@lists.squeakfoundation.org" target="_blank" href="x-msg://25/mc/compose?to=seaside@lists.squeakfoundation.org">seaside@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


-----Integrierter Anhang folgt-----

_______________________________________________
seaside mailing list
<a ymailto="mailto:seaside@lists.squeakfoundation.org" href="x-msg://25/mc/compose?to=seaside@lists.squeakfoundation.org">seaside@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside