RevCreateXmlTree and RevXmlNodeContents

2007-04-17 Thread Ray Horsley
Greetings, I'm working with some calls available in Revolution but not in Metacard such as the revCreateXmlTree() function and the revXmlNodeContents() function. Do these functions exist in a stack somewhere that comes with the Revolution distribution or are they an inherent part of

Re: RevCreateXmlTree and RevXmlNodeContents

2007-04-17 Thread Richard Gaskin
Ray Horsley wrote: I'm working with some calls available in Revolution but not in Metacard such as the revCreateXmlTree() function and the revXmlNodeContents() function. Do these functions exist in a stack somewhere that comes with the Revolution distribution or are they an inherent part of

Re: RevCreateXmlTree and RevXmlNodeContents

2007-04-17 Thread Klaus Major
Hi Ray and Richard, Ray Horsley wrote: I'm working with some calls available in Revolution but not in Metacard such as the revCreateXmlTree() function and the revXmlNodeContents() function. Do these functions exist in a stack somewhere that comes with the Revolution distribution or are

Re: [SPAM] Re: RevCreateXmlTree and RevXmlNodeContents

2007-04-17 Thread Ray Horsley
Thanks for the help! I'm trying to open the file named RevXml.Bundle from within Rev 2.7.4 and Metacard 2.7.4 and unable to, getting the error in the result stack was produced b a newer version. This happens with both theRevXml.Bundle from Revolution 2.7.2 and 2.7.4. Any ideas? thanks,

Re: [SPAM] Re: RevCreateXmlTree and RevXmlNodeContents

2007-04-17 Thread Klaus Major
Hi Ray, Thanks for the help! I'm trying to open the file named RevXml.Bundle ??? You are trying to OPEN the external? Did I understand you correctly? You should set the externals of your stack(s) to that file... from within Rev 2.7.4 and Metacard 2.7.4 and unable to, getting the error in

Re: [SPAM] Re: [SPAM] Re: RevCreateXmlTree and RevXmlNodeContents

2007-04-17 Thread Ray Horsley
Ahh. I'm thinking of this file as a stack like LibURL. Evidently not. Thanks, On Apr 17, 2007, at 3:03 PM, Klaus Major wrote: Hi Ray, Thanks for the help! I'm trying to open the file named RevXml.Bundle ??? You are trying to OPEN the external? Did I understand you correctly? You

Re: RevCreateXmlTree and RevXmlNodeContents

2007-04-17 Thread Ray Horsley
on mouseUp set the externals of this stack to [file path to revxml.bundle] end mouseUp Still doesn't let me execute handlers using these functions. What am I doing wrong? Thanks, Ray Horsley Developer, LinkIt! Software On Apr 17, 2007, at 3:03 PM, Klaus Major wrote: Hi Ray, Thanks

Re: RevCreateXmlTree and RevXmlNodeContents

2007-04-17 Thread Klaus Major
Hi Ray, on mouseUp set the externals of this stack to [file path to revxml.bundle] end mouseUp Still doesn't let me execute handlers using these functions. What am I doing wrong? You are a bit impatient that's all ;-) After you set the external of your stack, save it and close it. Then

Re: RevCreateXmlTree and RevXmlNodeContents

2007-04-17 Thread Ray Horsley
Much thanks, Klaus. On Apr 17, 2007, at 3:27 PM, Klaus Major wrote: Hi Ray, on mouseUp set the externals of this stack to [file path to revxml.bundle] end mouseUp Still doesn't let me execute handlers using these functions. What am I doing wrong? You are a bit impatient that's all