Folks:
My research indicates that most if not all of the Perl XML parsers out there require James Clarks Expat module which in turn is based on (or is) some compiled C code. I'm all set with ActiveState on Windows boxes. However I'm writing an application that will need to be run on (AIX, Solaris, & Linux) boxes, potentially for hundreds of servers. Thus I won't be able to compile my own Expat and distribute it. Cutting to the chase... Is there Perl Only XML Parser out there.
Thanks
plmc