I need a module for generating XML , so that I can at a later time come back and update it with some new data , for that purpose XML::Writer (or XML::Writer::Nest ) is not doing what I need to do so I'm searching for another one that has a fairly simple and quick-to-learn api and a way to serialize/parse.
I'll make it more clear on what I mean by 'update' , I need to be able to say "get the nodes on that depth level , with that particular tagname and those attributes and do this stuff to them" , I guess that would be XQuery , is there any such module out there where I can use with XQuery ?
If possible I'd also like to delete/edit data elements .
I'm pretty sure there are a lot of modules for this on CPAN , I want to know if there is one which fits my needs.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.