On 8/4/98 at 10:55 PM, Jeff at MacTech <online@mactech.com> shipped these bits: > >I don't know the answer for sure, but since XML is text-only, I would be >horrified if there were Unix dependencies in it, but you never know. >Please drop me a line (or post) if you find out for sure--I didn't know of >its existence before. It's not really so much the Unix dependencies as it is that XML::Parser as it now stands is basically a Perl front end to James Clark's expat parser, and AFAIK noone has yet ported expat to the Mac. There has been some discussion on the Perl-XML list lately about someone taking a stab at a "pure Perl" implementation of a parser. j >__________________________________________________________________________ > >Jeff Clites Online Editor http://www.MacTech.com/ >online@MacTech.com MacTech Magazine >__________________________________________________________________________ -- #!/usr/bin/perl $dot="\x2e";$lt="\x3c";$gt="\x3e";$at="\x40"; print "J Mignault ${lt}mignault${at}nytimes${dot}com${gt}\n"; $yow = qq(What I want to find out is -- do parrots know much about Astro-Turf?); ***** Want to unsubscribe from this list? ***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch