xsl-list
[Top] [All Lists]

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

2014-04-25 02:20:12
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(_at_)saxonica(_dot_)com> 
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--