Re: Help parsing XML file
Re: Help parsing XML file
- Subject: Re: Help parsing XML file
- From: Jim Skibbie <email@hidden>
- Date: Fri, 07 Mar 2008 16:39:19 -0600
- Thread-topic: Help parsing XML file
My problem is that the XPath function doesn't seem to respond correctly with
an XMLReference. I don't get a reference, therefore I can't turn the
reference into text.
I can get my XML parser in TextMate to give me the correct result using the
XPath /FMPDSORESULT/ROW/ValueColor01 but I can't get the XMLLib to respond
in kind.
Jim
> Try this:
>
> set x to XMLGetText (the_root with "/FMPDSORESULT/ROW/ValueColor01")
>
> In your code the x yielded an XMLReference which I understand to be a
> pointer to a tag in an XML file. You need XMLGetText to retrieve the
> 'content' of the tags.
>
> You could also just add this to your script:
>
> set y to XMLGetText x
>
> I have tried none of this myself, but it should work anyway ;-)
>
> Rainer
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden