XML DOM
XML DOM
- Subject: XML DOM
- From: Dev Account <email@hidden>
- Date: Mon, 7 Apr 2003 19:38:40 -0700
Sorry I missed the original posting. I develop commercial XML tools for
the Mac and in our latest v4 release (and first release on the Mac) we
provide an Applescript API (using XML-RPC) enabling the user to launch
our DOM editor. There is also an API to use to perform XSL and a few
other things. There's a macos directory in the distribution with some
scripts.
So in AppleScript you can send:
set myText to
"file://localhost/studio_install_dir/ALTMobile/template/mobile10.xhtml"
tell application "
http://localhost:31000"
set returnValue to call xmlrpc {method name:"visualizeURL",
parameters:{myText}}
end tell
and a screen shot of our DOM editor is:
http://www.altmobile.com/images/shots/StudioScreenSnapz005.jpg
Our intent is to provide the best XML tools for Mac developers and
enable them to access our XML capabilities from any language they
choose. And since it's a Mac, we provide the best visualization and
graphical DOM editing available.
As this is our first release on the Mac, as previous versions were
Windows-based, we welcome any comments or feature requests related to
our AppleScript API.
--Zaid
http://www.altmobile.com
------------------------------------------------------------------------
----------------------------------------------
Subject: XML DOM?
To:
email@hidden
From: "GC6ran Ehn" <email@hidden>
Date: Sun, 06 Apr 2003 20:07:07 +0200
Isn't there a way to use DOM in AppleScript? I guess its not possible
but if anyone know how it can be done I would be very happy to hear
about it.
/goran ehn
_______________________________________________
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.
_______________________________________________
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.