<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000099">
    Hi Everyone,<br>
    <br>
    I have some online quizzes that I create using pstricks and tex4ht.
    We have just installed texLive 2011 on a debian system and now the
    following simple code breaks when run through htlatex:<br>
    <blockquote>\documentclass{article}<br>
      \usepackage{pst-all,pst-3dplot}<br>
      \begin{document}<br>
      <br>
      \begin{center}<br>
        \begin{pspicture}(-2,-2)(2,2)<br>
          \pstThreeDCoor[xMin=-1,yMin=-1,zMin=-1]<br>
       
%\pstThreeDCoor[linewidth=1pt,xMin=-2,xMax=4,yMin=-2,yMax=4,zMin=-2,zMax=3,Alpha=-60,Beta=30]<br>
        \end{pspicture}<br>
      \end{center}<br>
      \end{document}<br>
    </blockquote>
    <br>
    This run through latex without a problem and ht4latex in TexLIve2009
    was also happy with it.<br>
    <br>
    Looking at the code it looks like tex4ht is having trouble
    processing the pst-2d parameter... Any ideas?<br>
    <br>
    Best regards,<br>
    Andrew<br>
  </body>
</html>