xsl-list
[Top] [All Lists]

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

2014-04-25 08:57:33
Thank you, George.

On Fri, Apr 25, 2014 at 12:19 AM, George Cristian Bina
<george(_at_)oxygenxml(_dot_)com> wrote:
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>
--~--




-- 
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.
---------------------------------------
To invent, you need a good imagination and a pile of junk
-------------------------------------
Never fight an inanimate object
-------------------------------------
To avoid situations in which you might make mistakes may be the
biggest mistake of all
------------------------------------
Quality means doing it right when no one is looking.
-------------------------------------
You've achieved success in your field when you don't know whether what
you're doing is work or play
-------------------------------------
To achieve the impossible dream, try going to sleep.
-------------------------------------
Facts do not cease to exist because they are ignored.
-------------------------------------
Typing monkeys will write all Shakespeare's works in 200yrs.Will they
write all patents, too? :)
-------------------------------------
I finally figured out the only reason to be alive is to enjoy it.

--~------------------------------------------------------------------
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>