hi, I tried as you Said like this
it given two errors like $xml and $file requires explicit package and I cleared those errors like thisopen($file, 'formal.xml'); { local $/; my $xml= <$file>; }
but it doesn't produce any output its just blank pdf with author name. I tried using data dumper to print $xml_hash. but it doesn't contain any student word it number and regarding information in hash.then I think how it will recognize student. and also I tried to print address elements as you saidmy $file; my $xml; open($file, 'formal.xml'); { local $/; $xml= <$file>; }
its also not working. its also printing as before I posted.[%st.address.house_number%]
In reply to Re^2: errors in printing latex template output
by veerubiji
in thread errors in printing latex template output
by veerubiji
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |