Re: HTML parser! Is there one!?

2005-03-03 Thread Stefan Kost
Hi André, you can use libxml2 - it has an HTML parser. But generally I suggest to fixe the document error, if you can. Even an HTML parser might be upset by such an input. Stefan I need to get some data of an HTML file. For this, I'm needing of a HTML parser. I'm using GLib 2.6.3-1 and GTK 2.6.2-

Re: copy file

2005-03-03 Thread André Pedralho
There are a lot of File utilities functions in GLib! You may use the rename() function to do it! http://developer.gnome.org/doc/API/2.0/glib/glib-File-Utilities.html#g-rename look at here for solving your problems! any doubts, I´m here! On Fri, 04 Mar 2005 00:47:57 +0100, ALLs soft <[EMAIL PROTE

copy file

2005-03-03 Thread ALLs soft
can I copy file with GTK+ and how? thanks. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 266.5.3 - Release Date: 1.3.2005 ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://m

HTML parser! Is there one!?

2005-03-03 Thread André Pedralho
I need to get some data of an HTML file. For this, I'm needing of a HTML parser. I'm using GLib 2.6.3-1 and GTK 2.6.2-3! Is there some? thanks! ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-a

Re: glib and XML

2005-03-03 Thread David Necas (Yeti)
On Thu, Mar 03, 2005 at 03:51:23PM -0400, André Pedralho wrote: > I'm building an app that uses the GLib simple XML subset parser > (http://developer.gnome.org/doc/API/2.0/glib/glib-Simple-XML-Subset-Parser.html), > but I'm getting a problem at this! > My XML has some recursions e.g. > > 1 > 2

Re: glib and XML

2005-03-03 Thread Tim Müller
On Thursday 03 March 2005 19:51, André Pedralho wrote: > My XML has some recursions e.g. > > 1 > 2some text > 3some name > 4some text > 5 > 6 another name > 7 some text > 8 > 9 some text > 10 some name > 11 > > How can you see, there is a (line 5) tag insi

Re: glib and XML

2005-03-03 Thread André Pedralho
I took it as correct cause it is auto-generated by another third famous application! So... Is there an HTML parser? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: glib and XML

2005-03-03 Thread Brian J. Tarricone
André Pedralho wrote: I'm building an app that uses the GLib simple XML subset parser (http://developer.gnome.org/doc/API/2.0/glib/glib-Simple-XML-Subset-Parser.html), but I'm getting a problem at this! My XML has some recursions e.g. 1 2some text 3some name 4some text 5 6 an

glib and XML

2005-03-03 Thread André Pedralho
I'm building an app that uses the GLib simple XML subset parser (http://developer.gnome.org/doc/API/2.0/glib/glib-Simple-XML-Subset-Parser.html), but I'm getting a problem at this! My XML has some recursions e.g. 1 2some text 3some name 4some text 5 6 another name 7 so