Hey All mighty wise monks,
I Have a HTML page which i have parsed and i now wish to add the elements i have extracted from it to a DOM object so i can then use
$dom_object->toString to print out my DOM object as an XML page.
I have looked through the XML::DOM module but it just seems to be for parsing XML documents and creating the DOM from that. Is there some way to create the XML DOM object without using the parser.
eg
$dom_obj = new XML::DOM ();
$dom_obj->addElement(blah blah);
etc etc...
I realise there is HTML::Parser and Treebuilder which could be used to create the DOM but i didnt really want to use these.
So to summarise all this all i really want to be able to do is create the DOM object without havin the use the XML::DOM::Parser.
Any help is greatly appreactied.
Mycall
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.