• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Import of XML Data in Quark 6
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: changing start up disk
  • Next by Date: Re: Illustrator Scripting Help Needed
  • Previous by thread: Re: Illustrator Scripting Help Needed
  • Next by thread: forwarding in Eudora
  • Index(es):
    • Date
    • Thread