Re: [PHP] How to obtain unique XML Elements

2002-11-25 Thread @ Edwin
Hello, "David Pratt" <[EMAIL PROTECTED]> wrote: > Anyone have a simple technique for obtaining a unique list of elements from > an XML file? > > Am looking for something that will identify the first opening tag ie > and the single tag so that I get an array of tags > that I can print out. Havi

Re: [PHP] How to obtain unique XML Elements

2002-11-23 Thread Khalid El-Kary
hi, you can get this parser http://creaturesx.ma.cx/kxparse/ if you want only this limited functionality (take an old version) 0.2 for example, you may also want to take only particular functions from it this is valid in all cases (as i think), except that you are developing another parser :)

[PHP] How to obtain unique XML Elements

2002-11-23 Thread David Pratt
Anyone have a simple technique for obtaining a unique list of elements from an XML file? Am looking for something that will identify the first opening tag ie and the single tag so that I get an array of tags that I can print out. Having a bit of trouble with regex to get something to work. Bas