Update of /cvsroot/perl-xml/perl-xml-faq
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8877
Modified Files:
perl-xml-faq.xml
Log Message:
- update Glade XML reference to correct module
Index: perl-xml-faq.xml
===================================================================
RCS file: /cvsroot/perl-xml/perl-xml-faq/perl-xml-faq.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- perl-xml-faq.xml 2 Nov 2005 09:03:03 -0000 1.21
+++ perl-xml-faq.xml 12 Dec 2005 08:13:00 -0000 1.22
@@ -197,10 +197,12 @@
is a serious piece of work).</para></listitem>
<listitem><para>Perhaps you've played around with the Glade GUI builder
- and discovered it uses XML to store the interface definitions. Well
- the <classname>Glade::Perl</classname> module already knows how to
- read those files and turn them into working Perl code.
- </para></listitem>
+ and discovered it uses XML to store the interface definitions. The
+ <classname>Gtk2::GladeXML</classname> module already knows how to
+ read those files and turn them into a working GUI with only a few
+ lines of Perl code (see <ulink
+ url="http://live.gnome.org/GTK2-Perl/GladeXML/Tutorial">this
+ article</ulink> for an intro).</para></listitem>
<listitem><para>Maybe you've had the brilliant idea that you could
serialise your Perl objects to XML format to support your new killer RPC
|