On 8/7/98 at 7:36 AM, Chris Nandor <pudge@pobox.com> shipped these bits: >At 03.06 -0400 1998.08.07, Jeff at MacTech wrote: >>Just for clarification: SP _is_ in C++, but expat is in C and is what is >>being used for Perl's SGML modules. It's also being used to add XML >>support to Navigator 5, so there must be some form of a Mac version >>available. The Mozilla sources might have something useful; I'll take a >>look when I can find the time to unstuff the beast. > >Oh, good eye. I have actually built expat, it appears, several times. :-) I must be heavily medicated. As far as I can tell, expat is specifically an *XML* parser, not a full SGML parser, unless David Megginson is now subsetting an XML version. I haven't really looked at the SGML modules, so I guess I don't know what gets used for them. If you've already got a built expat for Mac, Chris, can you perhaps send me the lib(s) if possible and I'll try building a Mac version of XML::Parser? I made the changes to Parser.xs yesterday to build under 5.005_01 with expat on Linux (yay) and Win32 (boo, dumbass Microsoft makefiles) and it's working OK so far. Would save me reinventing the wheel, though looking over the expat sources it doesn't appear that it'd be too difficult to build it. j >-- >Chris Nandor mailto:pudge@pobox.com http://pudge.net/ >%PGPKey = ('B76E72AD', [1024, '0824090B CE73CA10 1FF77F13 8180B6B6']) > >***** Want to unsubscribe from this list? >***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch > -- #!/usr/bin/perl $dot="\x2e";$lt="\x3c";$gt="\x3e";$at="\x40"; print "J Mignault ${lt}mignault${at}nytimes${dot}com${gt}\n"; $yow = qq(YOW!! The land of the rising SONY!!); ***** Want to unsubscribe from this list? ***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch