I do not want to use the xml parser module x2

Why? (And what is "the xml parser module" (there are quite a few modules in the XML namespace, several of them being parsers)).

Sorry to sound like a purist, but there are very good reasons to use an XML parser to process XML (see On XML parsing for example). The usual reasons NOT to use one are speed, which can be a good reason, problems with installing the modules, which can often be solved, and just wanting a quick'n dirty solution, which is often not a good reason, as an XML processing module can be easier to use than writing regexps. And besides if I don't try to sell (well, give...) you an XML processing module, who will? ;--)


In reply to Re: Reading Xml files by mirod
in thread Reading Xml files by gzayzay

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.