Yep - I first put it into the message box and checked it before moving on to trying to make a tree.
The thing is, the error that I am getting is NOT an execution error - it's a compile error - I get when I click "Apply" in the script editor, so the content of the variable would not be an issue in any case. I tried commenting out the rest of the script thinking that maybe the problem was in another line, but I get the same compile error... >----- ------- Original Message ------- ----- >From: Alex Rice <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Sent: Wed, 11 Jun 2003 16:02:38 > > >On Wednesday, June 11, 2003, at 06:33 PM, Edwin >Gore wrote: >> >> The error message is I get is: >> >> compiling at 3:20:20 PM >> Type Expression: missing ')' before factor >> Object Button 1 >> Line revCreateXMLTree(it,true,true,false) >> Hint >> >> Needless to say, I am baffled. I know that I >could brute force it and >> just parse through the XML text, but that would >spoil the fun of using >> the new 2.0 XML features... > >Did you verify that the it variable really contains >valid XML? > >In my experience the revCreateXML* functions will >give strange error >messages if the parameters are not valid. Possibly >because they are >calling a library function not a transcript >function handler? > > >Alex Rice, Software Developer >Architectural Research Consultants, Inc. >[EMAIL PROTECTED] >[EMAIL PROTECTED] > > > >_______________________________________________ >use-revolution mailing list >[EMAIL PROTECTED] >http://lists.runrev.com/mailman/listinfo/use-revolu >tion _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
