>>>>> On Fri, 25 Oct 2002 14:00:00 +0200, Robin Berjon <[EMAIL PROTECTED]> said:

  > IIRC it's not a bug in AxPoint, just a missing feature :) However, if
  > Pod::SAX produces that then it has a bug because it doesn't follow the
  > AxPoint spec.

Thanks, Robin, for the tricky answer:-)

Pod::SAX doesn't produce AxPoint, it produces stuff like

<pod>
  ...
  <itemizedlist>
    <listitem>
      <para>
      

which can be converted further by pod2axpoint.xsl (which comes with
Pod::SAX). This, in turn, produces something like

<slideshow>
  ...
  <slide>
    ...
    <point>
      <point>

So, if I understand correctly, the bug is in pod2axpoint.xsl. I'll try
to work around that. Unfortunately, my XSLT skills are not up to fixing.

-- 
andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to