I'm not sure exactly what you're asking, but here's some additional advice.
If you don't need XML files now, skip that step. (You might need them if you have XSLT or CSS files to apply to the XML to create HTML, or if you need an archive for the future.) If that's not currently the case, skip the intermediate step and just generate HTML.
Other than that, the data format for your input files and inside your program will dictate what kind of XML creator you can use. If it's possible that you can use the same intermediate format in steps 1 and 3, do that. That means you'll have a function to interpret data format #1 and another to interpret #3. You'll probably have one to format XML (or just HTML).
Getting the intermediate data format right is the trickiest part. Good luck.
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.