Subject: | Feature request: Factor out the Index code from ::XHTML |
I have come upon a situation where I want the Index for a pod, and the Pod itself, but not together or at the same time.
One of the following choices would be desirable:
1. A function/method on the XHTML package that returns only the index
One of the following choices would be desirable:
1. A function/method on the XHTML package that returns only the index
2. A toggle that changes XHTML to emit one of [ "just pod", "index and pod" , "just index" ] ( in conjunction with the current index flag )
3. A re-factoring of the code into XHTML::Index or similar that allows loading a POD document, and emitting Index html.
I took a minor stab at patching this in myself, but it became too hard and I don't understand the code.
Thanks.
-- Kentnl