Adam Turoff <[EMAIL PROTECTED]> writes:

> Write a canonical POD parser that generates SAX events.  That will
> please the folks who (1) want an XML rendering and/or (2) want
> event-based parsing.  For those who want tree based parsing, there's
> always (1) Pod::POM, and (2) the option of creating an DOM tree from SAX
> events.

So has anyone written a pure event-based translator that correctly
implements perlpodspec yet, particularly correct handling of E<> inside
L<>?  I sure couldn't see how to do it cleanly; I use a hybrid approach in
that area in the podlator translators.

-- 
Russ Allbery ([EMAIL PROTECTED])             <http://www.eyrie.org/~eagle/>

Reply via email to