Unwanted formatting information
Unwanted formatting information
- Subject: Unwanted formatting information
- From: Steve Thompson <email@hidden>
- Date: Thu, 03 Oct 2002 10:00:32 +0100
I am running a script that uses LNS XML Tools to parse an XML file and place
the relevant bits in the right text boxes on an Xpress document. However, I
am getting a bizarre piece of information appearing at the end which I can
only assume is some sort of text that AppleScript uses for formatting. For
example:
Offer Expires December 2002kstystyl
However, if I run the script in script debugger, that text isn't in the XML
or the parsed XML:
set Expiry to item 1 of XML contents of item 10 of,
XML contents of item 1 of XML contents of xm
--> {"December 2002"}
How do I stop AppleScript adding this information?
Thanks in advance.
Steve
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.