Mirod,

I am not sure! I have read so many pages of XML documentation, module documentation, Perlmonks posts and article on the Web that I am beginning to be unsure about life itself!

Fortunately I don't actually need to READ any XML. What I really need is to GENERATE XML in the very form that the sample documents came to me. My brain is exploding right now and I have found a devastatingly simple solution - trusty old HTML::Template!

But I have no doubt that XML is going to become an all too regular part of my life, so I am going to need to do some learning. I have installed XML::Twig and read your tutorials online and I am impressed. When I have a little time I will work through some of the examples and no dount have more questions. THis is one of those days when I wish I could find someone who wanted me to design some hardware rather than write code!

jdtoronto


In reply to Re^4: Operating on XML, or XML::Simple is too simple! by jdtoronto
in thread Operating on XML, or XML::Simple is too simple! by jdtoronto

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.