If I have element with text which has multiple lines, i.e.
<STYLE type=text/css>.serif {
FONT-SIZE: small; FONT-FAMILY: times,serif
}
</STYLE>
Does Neko find out all the text for the node first and then create 1 Text node
with all the text and then append that node to the STYLE node?
Or does Neko create Text Node for the FIRST line only in the beginning and then
append text from the subsequence lines to that Text Node until it reaches the
end of the Element?
If it is the second case, how can I determine the STYLE element and the TEXT
node (with all the text) are completely built?
Thanks.
__________________________________________________________________
Your favorite stores, helpful shopping tools and great gift ideas. Experience
the convenience of buying online with [EMAIL PROTECTED]
http://shopnow.netscape.com/
Get your own FREE, personal Netscape Mail account today at
http://webmail.netscape.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]