I think I found the problem...I was using the function incorrectly, though exactly the way that it seemed to be documented.
By changed the line to : put revCreateXMLTree(it,false,true,false) into myTreeNum It seems to create the tree and return the number of tree - in this case 1. I don't really care about getting the number back, since I'm only working with the one tree, but still, it looks lie it created it. >----- ------- Original Message ------- ----- >From: "Edwin Gore" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Sent: Wed, 11 Jun 2003 18:14:07 > >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] >>tion >_______________________________________________ >use-revolution mailing list >[EMAIL PROTECTED] >>http://lists.runrev.com/mailman/listinfo/use-revol >u >http://lists.runrev.com/mailman/listinfo/use-revolu >tion _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
