in reply to Re: Latex to XML
in thread Latex to XML

Hi, I want to convert tex file content to xml format. I tried to install latexml but not even able to install prerequisites modules. Please guide. thanks

Replies are listed 'Best First'.
Re^3: Latex to XML
by Corion (Patriarch) on Mar 19, 2012 at 08:28 UTC

    I would start by installing the prerequisites.

Re^3: Latex to XML
by Ea (Chaplain) on Mar 26, 2012 at 10:34 UTC
    Hmmm ... if you're struggling to install standard modules, you'd best go to the basic documentation on How to install CPAN modules and use that to help you install the prerequisits It assumes that you have these 2 xml libraries on your system, libxml2 and libxslt. These libraries are not perl. You will need to install them if they are not already on your system.

    perl -e 'print qq(Just another Perl Hacker\n)' # where's the irony switch?