RE: Problems using EXSLT date module in XML Spy 2005 or Oxygen 6.2
"Allison Bloodworth" <[email protected]>
| Newsgroups | gmane.text.xml.xslt.extensions |
|---|---|
| Message-ID | <[email protected]> |
Thanks very much for the help Jim--that did indeed solve my problem. Is this information on the website? If so, I must have missed or misunderstood it. If not, I think this would be helpful to other users. -----Original Message----- From: James Fuller [mailto:[email protected]] Sent: Thursday, March 09, 2006 10:45 PM To: Allison Bloodworth Cc: [email protected] Subject: Re: [exslt] Problems using EXSLT date module in XML Spy 2005 or Oxygen 6.2 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