Hello, I just uploaded an extension to XML::Parser. I'm not sure there's a big demand for XML solutions right now. I originally wrote this 8 or 9 years so do something practical with the XML::Parser::Tree output, but I've only just started learning to publish and promote my work.
I have a question, too:
I would like to implement my module so that a user can get an instantiation as follows:
my $nodes = new XML::Parser Style => 'Nodes'
It seems like I need to add the following definition to my module:
$XML::Parser::Built_In_Styles{Nodes} = 1 ;
I thought this was a big breakthrough so I could perform various searches based in
XML::Parser::Built_In_Styles but nothing seems to come up.
Keep the cards and letters coming, it's always nice to hear from others in this group.
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.