Re: Problems using EXSLT date module in XML Spy 2005 or Oxygen 6.2
James Fuller <[email protected]>
| Newsgroups | gmane.text.xml.xslt.extensions |
|---|---|
| Organization | Webcomposite |
| Message-ID | <[email protected]> |
Allison Bloodworth wrote: >Hi, > >I am working on an application that uses the date EXSLT date functions (e.g. >date:month-name(./DateTime/StartDate)). It works in a PHP application doing >the transformation using libxslt and everything is working fine there. >However, I am trying to do de-bugging on my system in XML Spy 2005 and/or >Oxygen 6.2 (where I usually select the Saxon 6.5.4 transformation engine, >but I've also tried xsltproc, Xalan, and MSXML 4.0). I have used Xalan and >Saxon on the command line but am having problems with them right now and >would prefer to use a GUI editor for this anyway. > > top level imports of entire module package dont work. try importing only the specific function ( stylesheet) you need (if using the xslt templates versus built in native XSLT processor support) and be mindful that some stylesheets are dependent on other stylesheets. hth, Jim Fuller