Import of XML Data in Quark 6
Import of XML Data in Quark 6
- Subject: Import of XML Data in Quark 6
- From: Schaller Arno <email@hidden>
- Date: Tue, 14 Oct 2003 11:53:58 +0200
My concern is to automate the import of an XML document in Quark 6 (OSX
10.2.8) with applescript (avenue.quark)
After tagging my document based on a dtd, I wrote the following lines to
import that simple XML.
Guess what: This script is not working (even no error was thrown :( ):
The Script:
set fileRef to alias "Schallix:Users:schallix:Desktop:XML
Workshop:adressen:Namen:arno1.xml"
tell application "QuarkXPress Passport"
activate
try
import document 1 from fileRef as "XML"
on error
display dialog "error"
end try
end tell
XML File:
<visitenkarte id="av0">
<vorname>Arno</vorname>
<name>Schaller</name>
</visitenkarte>
Where is the problem?
Has anyone made such an experience?
Is there a solution?
Thank you in advance!
Newbie
Arno
_______________________________________________
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.