flyclassic
09-19-2002, 02:19 AM
'Create the xml processing instruction.
Set objPI = objDom.createProcessingInstruction("xml-stylesheet",
"type='text/xsl' href='aflooding.xsl'")
How do i detect if the line <?xml-
stylesheet type='text/xsl' href='aflooding.xsl'?>
existed before i can write this line to the xml file again?
Any particular line to use to check? If not how do i del a processing line? any idea??
Any Idea? Your help will be greatly Appreciated.
Set objPI = objDom.createProcessingInstruction("xml-stylesheet",
"type='text/xsl' href='aflooding.xsl'")
How do i detect if the line <?xml-
stylesheet type='text/xsl' href='aflooding.xsl'?>
existed before i can write this line to the xml file again?
Any particular line to use to check? If not how do i del a processing line? any idea??
Any Idea? Your help will be greatly Appreciated.