Home > Archive > PERL Miscellaneous > July 2006 > pod question
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Ferry Bolhar 2006-07-27, 3:59 am |
| Hi to all,
I have documentation in a format called SDML - as you may guess, related
with HTML, but not the same.
Now I have to translate this documentation in POD format.
Seems not to be a great problem, but the documentation contains some tables
and many footnotes. Does someone have experience how to write this in POD.
There are no POD directives for this, but is there another way?
Many thanks for your help, and kind greetings,
Ferry
| |
| anno4000@radom.zrz.tu-berlin.de 2006-07-27, 3:59 am |
| Ferry Bolhar <ferry.bolhar@chello.at> wrote in comp.lang.perl.misc:
> Hi to all,
>
> I have documentation in a format called SDML - as you may guess, related
> with HTML, but not the same.
>
> Now I have to translate this documentation in POD format.
>
> Seems not to be a great problem, but the documentation contains some tables
> and many footnotes. Does someone have experience how to write this in POD.
> There are no POD directives for this, but is there another way?
There is a POD-compatible something called PseudoPod (used by O'Reilly)
that handles footnotes and some other stuff. I don't know about tables.
There's always verbatim paragraphs.
Anno
|
|
|
|
|