NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
SAX Toy (Score:1)
That sounds like a lovely idea to me :-) Is an XML stream necessary ? Simply having SAX should suffice as one could plug a SAX handler that would stream XML out. Unless of course I misread and you meant event stream.
A few things that I'd like to see in an XMLized POD would be 1) a namespace (so that we can mix it freely with other stuff) and 2) the inclusion of the Perl source in the output, mostly so that perldoc -m could be done with simple XSLT.
-- Robin Berjon [berjon.com]
Re:SAX Toy (Score:1)