XSLT Tools for AppleScript

I missed this back from January. Late Night Software released an XSLT scripting extension for AppleScript.

  • It’s built on top of Xalan-C
  • It understands the xml-stylesheet processing instruction
  • It also supports straight XPath queries into an XML document
  • You can write extension functions for it in AppleScript

Since it’s easy enough to get to AppleScript from the shell or Script-aware-applications, this makes a nice avenue for you to add XSLT to your applications without the hassle of building an XSLT library.

Possibly Related posts (machine generated):

  1. Emulating AxKit/Cocoon 1.0 in PHP with DOMXML
  2. AppleScript XML-RPC Blogger Interface
  3. AppleScript XSLT Tools 2.0 Beta
  4. Transforming XML with PHP
  5. Notes on Connecting to the Shell from AppleScript

More like this: , .

blog comments powered by Disqus