Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: perl script to convert xml to pdf

by Jenda (Abbot)
on Oct 20, 2011 at 09:35 UTC ( [id://932598]=note: print w/replies, xml ) Need Help??


in reply to perl script to convert xml to pdf

Wouldn't it be much easier if the data looked like this?!?

$var1={ 'stud.xml'={ '24' => { streetname => "xxxx", housenum => "138" }, '20' => { streetname => "xxxx", housenum => "110" } }, 'pav.xml'={ '26' => { streetname => "xxxx", housenum => "138" }, '27' => { streetname => "xxxx", housenum => "110" }, }, . . . }

How do you extract the data anyway? You are not attempting to extract data from XML with regexps I hope!

Jenda
Enoch was right!
Enjoy the last years of Rome.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://932598]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-03-29 00:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found