sailao has asked for the wisdom of the Perl Monks concerning the following question:

Does anyone know the pseudo-code and data abtraction involved with converting html to latex using perl.

Replies are listed 'Best First'.
RE: html2latex in Perl
by buzzcutbuddha (Chaplain) on Jul 19, 2000 at 20:50 UTC
    Out of curiosity, why would you want the pseudo-code? And what do you mean by data abstraction?

    Thanks.
      Why the pseudo-code?

      My best guess is that he/she wants to do the Perl coding his/her self. If you just tell this person:

      if ( you get escape sequence 'xyz' ) { then turn that into CRLF }
      Then he/she probably feels better about doing the hard work alone.

      By data abstraction, he/she means to take the data from the latex file and munge it into HTML ( i assume )

      Something like taking data from one form to another.

      In essence, I think we've been asked to do the hard work by the poster, but the poster doen't think so :-)

      --
      Casey
      
        That's exactly what I thought, just wasn't sure.