Re: [xsl] How to construct an instance of xs:dateTimeStamp ?

Subject: Re: [xsl] How to construct an instance of xs:dateTimeStamp ?
From: George Cristian Bina <george@xxxxxxxxxxxxx>
Date: Fri, 25 Apr 2014 10:19:47 +0300
Hi Dimitre,

oXygen exposes the default Saxon options in Options->Preferences -- XML / XSLT-FO-XQuery / XSLT / Saxon / Saxon-HE/PE/EE. The most used options are directly available there but we also have the option to specify a Saxon configuration file that gives you full control over Saxon options - for example to enable the XSD 1.1 support use a configuration file like

<configuration
  edition="EE"
  xmlns="http://saxon.sf.net/ns/configuration";>

  <xsd version="1.1"/>
</configuration>

and make sure you have in Options->Preferences -- XML / XSLT-FO-XQuery / XSLT the default XSLT engine for XSLT 2.0 set to Saxon EE.

Best Regards,
George
--
George Cristian Bina
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com

On 4/25/14, 6:22 AM, Dimitre Novatchev wrote:
On Thu, Apr 24, 2014 at 1:08 AM, Michael Kay <mike@xxxxxxxxxxxx> wrote:
It's supported in Saxon if XSD 1.1 is enabled (typically by -xsdversion:1.1 on the command line)

Thank you, Michael and Liam,


Does someone know how to specify options for Saxon when executed from
within Oxygen?

Cheers,
Dimitre

Current Thread