[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: How to construct an instance of xs:dateTimeStamp ?

Subject: Re: How to construct an instance of xs:dateTimeStamp ?
From: George Cristian Bina <george@xxxxxxxxxxxxx>
Date: Fri, 25 Apr 2014 10:19:47 +0300
Re:  How to construct an instance of xs:dateTimeStamp ?
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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.