Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Best module for Creating [Writing out] XML

by aitap (Curate)
on Oct 19, 2013 at 21:21 UTC ( [id://1058956]=note: print w/replies, xml ) Need Help??


in reply to Best module for Creating [Writing out] XML

I found XML::Writer to be convinient to write XML files in stream mode (i.e. "start tag A, start tag B with attribute C = "1", print XML-encoded data, close two tags"). It probably won't be so easy to work with it if you already have a tree of data to serialize, and complex things like automatic schema validation and namespace fetching are not implemented, but otherwise XML::Writer can help you.

  • Comment on Re: Best module for Creating [Writing out] XML

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-16 06:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found