- From: Renjith K.V <renjith@iceindia.com>
- Date: Tue, 11 Feb 2003 12:53:02 +0530
- To: html-tidy@w3.org
Received on Tuesday, 11 February 2003 02:15:08 UTC
I need to update script section of the html through the tidylib
for eg.
<SCRIPT language=JavaScript1.2>
function funct1()
{
}
</SCRIPT>
should be updated to
<SCRIPT language=JavaScript1.2>
function funct1()
{
}
function new_function()
{
}
</SCRIPT>
ie I need to add one more function programmatically to script section of 
html document .
can i use function tidyNodeIsSCRIPT( <structTidyNode.htm>TidyNode tnod ); 
and proceed
please help me
Renjith.
Received on Tuesday, 11 February 2003 02:15:08 UTC