chenino has asked for the wisdom of the Perl Monks concerning the following question:
My actual Problem at the time is, i have to generate and edit some XML. I used XML::Twig up to now, but in my current Project i am forced to use XML::LibXML and XML::Compile. XML::Compile::Cache is not there for use.
So far i used XML::Compile::Schema, as an .xsd was given to me. My Problem now is, after generating the file for the first time and saving everything, I have to update it with some entries lateron. I can't find methods for this in the Doc and so i am asking for your whisdom.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Edit XML through XML Compile
by Anonymous Monk on Dec 19, 2014 at 15:49 UTC | |
by chenino (Acolyte) on Dec 19, 2014 at 16:04 UTC | |
by Anonymous Monk on Dec 21, 2014 at 15:53 UTC | |
by chenino (Acolyte) on Dec 22, 2014 at 15:10 UTC | |
by Anonymous Monk on Dec 22, 2014 at 20:03 UTC |