Home > Archive > PERL Beginners > June 2005 > E<sol> and pod2html translation problem
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]
| Author |
E<sol> and pod2html translation problem
|
|
| Offer Kaye 2005-06-08, 3:57 am |
| Hi all,
I have a POD file with the following link:
L</$/>
podchecker complained about this ("node '$/' contains non-escaped | or
/"), so I looked at "perlpod" and read that I should use "E<sol>"
instead of a literal "/" inside an "L<...>" link.
But now, after running Pod::Html, I get HTML that has the string
"/" in it, which in the browsers I checked (checked both IE and
Firefox) showed as the string "/" and not as the character "/".
Should I go back to using "L</$/>" and ignore the podchecker warnings?
Is this a known Pod::Html bug?
Or perhaps a bug in the browsers I used?
What can I do to solve this issue (without having to dig into the
Pod::Html internals :))?
TIA,
--=20
Offer Kaye
| |
| Offer Kaye 2005-06-08, 8:56 pm |
| On 6/7/05, Offer Kaye wrote:
> Hi all,
> I have a POD file with the following link:
> L</$/>
> podchecker complained about this ("node '$/' contains non-escaped | or
> /"), so I looked at "perlpod" and read that I should use "E<sol>"
> instead of a literal "/" inside an "L<...>" link.
> But now, after running Pod::Html, I get HTML that has the string
> "/" in it, which in the browsers I checked (checked both IE and
> Firefox) showed as the string "/" and not as the character "/".
>=20
> Should I go back to using "L</$/>" and ignore the podchecker warnings?
> Is this a known Pod::Html bug?
> Or perhaps a bug in the browsers I used?
>=20
> What can I do to solve this issue (without having to dig into the
> Pod::Html internals :))?
>=20
> TIA,
> --
> Offer Kaye
>=20
As no one answered, let me re-phrase the question - which tool do
*you* use to translate POD to HTML? Do you also use "pod2html" or do
you use something else?
Thanks again,
--=20
Offer Kaye
|
|
|
|
|