Dear Alan, it should be possible to read a web page with the standard Open module. See the second constructor of the Open.file class: http://www.mozart-oz.org/home/doc/system/node55.html#section.file.obj
If the HTML you want to parse is actually XHTML, it should be possible to use the XML parser in the standard library: http://www.mozart-oz.org/home/doc/mozart-stdlib/xml/parser/index.html I'm not aware of a parser for non-XML HTML, though. Cheers, Wolfgang On 12/24/09, Alan Géraud <[email protected]> wrote: > > Good morning! > I have a problem with an implementation in Oz language. In fact i want to > get access to a web page and i don't know which function to use, and then > parse it. > i'm just a beginner in oz programming. > please, i need help. > > > ________________________________ > Windows 7 : Simplifiez votre quotidien. Trouvez le PC qui vous convient. > _________________________________________________________________________________ > mozart-users mailing list > [email protected] > http://www.mozart-oz.org/mailman/listinfo/mozart-users > _________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
