- From: Lee, David S. <dlee@managedobjects.com>
- Date: Wed, 22 Oct 2003 17:15:34 -0400
- To: <html-tidy@w3.org>
> I have the following HTML code > > <html> > <head> > <title>Investments</title> > <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> > <meta name="keywords" content=""> > <meta name="description" content="Investments:"> > <meta name="OASIS" content=""> > <meta name="DOFU" content=""> > > <noscript> > <FRAMESET ROWS="75,*" FRAMEBORDER="0" BORDER="0" FRAMESPACING="0"> > > <FRAME SRC="http://www.x.com/nav/htmlnavs/index1t.shtml" title="navigation" NAME="nav" MARGINWIDTH="0" > MARGINHEIGHT="0" SCROLLING="NO"> > > <FRAME SRC="http://www.x.com/homeframe.shtml" title="content" NAME="body" > MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="AUTO"> > > </FRAMESET> > </noscript> > > </html> > > > The Tidy parser from Source Forge will not parse the noscript tag at all. NOSCRIPT and anything til the closing NOSCRIPT is never included in the document.nodes. I am using it to get the framesets. Any ideas? > > Thanks > > David S. Lee > > Managed Objects, Inc. > Office: 703-770-2724 > Cell: 415-250-6115 >
Received on Wednesday, 22 October 2003 17:23:20 UTC