revCreateXMLTreeFromFile
Sarah Reichelt
sarahr at genesearch.com.au
Tue Mar 1 02:32:53 EST 2005
Hi Mike,
Have you looked at my XML demo stack? It's on my web site at
<http://www.troz.net/Rev/>
I found that with Mac OS 9, revCreateXMLTreeFromFile didn't work, so I
include an alternative method which is to read the file into memory and
use revCreateXMLTree instead.
However judging by your error message, you are trying to call
revCreateXMLTreeFromFile as if it is a handler, when it is actually a
function. Remember that with functions, the parameters must be in
brackets, but you must also give them somewhere to put the result.
e.g. put revCreateXMLTreeFromFile(tFileName, false, true, false) into
tDocID
Cheers,
Sarah
On 01/03/2005, at 5:19 PM, Mike Doub wrote:
> I am trying to use revCreateXMLTreeFromFile, but I keep getting the
> error
> message that the handler is not found. Can anyone provide me with some
> incite on this?
>
> Where is the XML Library stack so I can poke around and see if it
> really
> exists?
>
> Thanks,
> Mike
More information about the use-livecode
mailing list