Yep, sure does. This is generated from XML::Generator::DBI
<?xml version="1.0" encoding="UTF-8"?> <database> <select query="select * from songs limit 3"> <row> <id>1</id> <title>Spanish Fly</title> <artist>Van Halen</artist> <album>Van Halen II</album> <year>1979</year> <genre>Rock &amp; Roll</genre> </row> <row> <id>2</id> <title>Beautiful Girls</title> <artist>Van Halen</artist> <album>Van Halen II</album> <year>1979</year> <genre>Rock &amp; Roll</genre> </row> <row> <id>3</id> <title>Dance The Night Away</title> <artist>Van Halen</artist> <album>Van Halen II</album> <year>1979</year> <genre>Rock &amp; Roll</genre> </row> </select> </database>
The errors for a non-existant file are:
# for SAX1toSAX2: Couldn't open oops: No such file or directory at /usr/lib/perl5/site_perl/5.6.0/XML/Parser/PerlSAX.pm line 146 # for SAX2toSAX1: Could not create file parser context for file 'oops' : No such file or directory at /usr/lib/perl5/site_perl/5.6.0/i386-linux/XML/LibXML.pm line 351. at /usr/lib/perl5/site_perl/5.6.0/i386-linux/XML/LibXML/SAX/Parser.pm line 37

jeffa

L-LL-L--L-LL-L--L-LL-L--
-R--R-RR-R--R-RR-R--R-RR
B--B--B--B--B--B--B--B--
H---H---H---H---H---H---
(the triplet paradiddle with high-hat)

In reply to (jeffa) 2Re: SAX Filter: 2to1 and 1to2 by jeffa
in thread SAX Filter: 2to1 and 1to2 by jeffa

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.