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.
POD parsing (Score:2, Insightful)
My uses for equivalences (Score:3, Insightful)
My perspective is one of writing a module. I don't think about HTML, DocBook, or whatever final target when I am writing it. I am just thinking about what I need to express and trying to do it as consistently as possible! If the DocBook user wants to have certain tags exchanged for something else would this not be a feature of the pod2docbook?
On the other hand - if there are more sanctioned tags for various things - that's cool. Then maybe my POD would be even better. As of now I'm not entirely happy with what POD does to my code.
Would you allow me to do something such as make an equivalence for not only rendering tags but content as well?
Obviously you cook the syntax how ever you want - just the idea I wanted to express.In any event, what I see you thinking about should make your parsers a lot more flexible and reliable. Good for you!
Reply to This
Parent