Re: [gentoo-user] OT: An XML Question

2007-05-29 Thread Galevsky
Hi, you can learn the xml concepts at http://www.w3schools.com/. Then, depending on the language you choose, there is lots of libs to deal with xml in many languages. Though you always have two different ways of parsing your xml file: a SAX parser approach, that runs on an element-by-element

RE: [gentoo-user] OT: An XML Question

2007-05-29 Thread burlingk
-Original Message- From: Galevsky [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 29, 2007 4:21 PM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] OT: An XML Question Hi, you can learn the xml concepts at http://www.w3schools.com/. Then, depending on the language

Re: [gentoo-user] OT: An XML Question

2007-05-29 Thread Galevsky
, 2007 4:21 PM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] OT: An XML Question Hi, you can learn the xml concepts at http://www.w3schools.com/. Then, depending on the language you choose, there is lots of libs to deal with xml in many languages. Though you always have two