A colleague of mine is trying to save some websites (with frames) viewed in MS Internet Explorer and edit them in the editor of Champions MS Word. (Please go easy on the 'choice' of tool - this is the corporate toolset!)
The Edit with Microsoft Word for Windows 97 option will happily open all of the document... except for any information that happens to be contained in a frame. ;->
I thought that a simple way to resolve this might be to:
- Get the master document (using LWP::Simple?)
- Analyse it with HTML::Parser
- Get the text of all the documents referred to by the frames.
- Spit out the HTML, but with <table> tags instead of <frame> tags.
- Inside the table tags, we'd add the subdocuments (with the surrounding <html><head><body> tags removed.
Is this a reasonable way of attempting this? I'm not too proud to accept pre-rolled solutions if anyone's got one lying around - not to mention workarounds or rtfms!
btw: I'm perfectly aware that the above solution might break navigational elements/links etc., but for the purpose at hand all we want is a visual document that can be edited in Word, not a functional web-page.
Cheerio!
Osfameron
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.