Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
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:

  1. Get the master document (using LWP::Simple?)
  2. Analyse it with HTML::Parser
  3. Get the text of all the documents referred to by the frames.
  4. Spit out the HTML, but with <table> tags instead of <frame> tags.
  5. 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


In reply to Convert HTML docs with frames into a single HTML doc? by osfameron

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-25 11:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found