<script> implicitly terminates <head> in TreeBuilder
Matthew White (mwhite@csu.edu.au)
Sun, 29 Jun 1997 16:55:41 +1000
Hi,
I've been experimenting with TreeBuilder lately and have come across a
small problem. The <script> tag (seems to) implicitly terminate the
head tag. This means that my own body tag is ignored and therefore so
are its arguments. Can anyone confirm this for me? and if so, Is this an
oversight or just strict conformity to the standards. I can work around
this no problem but I thought I'd mention it anyway.
It could also be something to do with the comments around the
javascript..?
Here's (part of) the code I'm parsing:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.2//EN//">
NSW HSC On-Line - Home Page
...
I'm using LWP 1.08.
Matthew White
BTW: I think the LWP library is great and I use it for all sorts of
things. Keep Developing :)