For some reason, I keep getting a syntax error on a new page I created. It's on an include that SEVERAL ((dozens)) of other pages also utilize, thus, I don't understand why it's producing an error on this particular page.
Here's the full error message:
Quote:
quote:Microsoft VBScript compilation error '800a03ea'
Syntax error
/includes/xmlHandler.asp, line 12
Class exportXML
^
|
And here's the surrounding lines of code for line 12:
Quote:
quote:<%
'################################################# #######
'# include file for handling all XML
'################################################# #######
'-- set global variables
Dim oXML
Dim oRoot
Dim xI, xJ, xK
Class exportXML <<<< LINE 12
dim SQL
dim xInd
dim oFS
dim qFile
dim oCmd
dim oStream
|
Any suggestions?
Thanks.