in reply to Re^3: errors in printing latex template output
in thread errors in printing latex template output

yes I corrected it, If I print $xml before converting to xml2hash using data::dumper it printing my original file as it is.But my output is blank pdf with authors name.

  • Comment on Re^4: errors in printing latex template output

Replies are listed 'Best First'.
Re^5: errors in printing latex template output
by jethro (Monsignor) on Oct 24, 2011 at 10:48 UTC

    Step by step. What is in the $xml_hash? And what is in the file output.tex?

    * If $xml_hash is empty that means that XML::Fast somehow can't cope with the data you are providing. Check for differences of your input data to your first script with the inline XML

    * If $xml_hash seems sensible and output.tex is empty then the template doesn't fit the data

    * if output.tex seems correct and the pdf is empty than pdflatex has a problem. Call pdflatex by hand and check the error messages