On Nov 13, 2003, at 3:30, Burak G�rsoy wrote:
w3c validator (xhtml 1.1) gives

The patch over Pod::Simple::HTML used by search.cpan.org is available at


http://www.cpan.org/authors/id/G/GB/GBARR/search.cpan.org-Pod-Simple- HTML.patch

I need to update it for the latest Pod::Simple release, but it mostly applies cleanly.

This makes the output validate to HTML 4.01, but not XHTML 1.1

Graham.


"document type does not allow element "<tag>" here; assuming missing "<list
tag>" start-tag "


error if the output includes "<p$Lame></p>" after a list element...

I think that if the

  '/item-bullet' => "</li><p$Lame></p>\n",
  '/item-number' => "</li><p$Lame></p>\n",
  '/item-text'   => "</a></dt><p$Lame></p>\n",
  'Para_item'    => "\n<dd>",
  '/Para_item'   => "</dd><p$Lame></p>\n",

part is included as a hash that some subclass can override, it' ll be
better... validator accepts <br /> "inside" a list for example... but it
does not accept <p> after or inside a list element.


I'm also looking for a valid '<a name=""></a>', maybe it can be added as a
xhtml module to the doctype?






Reply via email to