
Hi, Among the recent changes in Saxon 9.2, the way it sets up support for numbering in languages other than English has changed. It comes with classes for German, French, Danish, Dutch and some others, but none of these work without being configured. The configuration is done by providing Saxon at runtime with a configuration file, or by modifying a class. Maybe oXygen hasn't caught up yet with these changes in Saxon, or maybe I don't know where to look, but I can't see where I can create or modify such a configuration file for Saxon in oXygen. Any ideas? Thanks, Wendell ====================================================================== Wendell Piez mailto:wapiez@mulberrytech.com Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================

Hi Wendell, Setting a configuration file is not available in version 11.0. However we already implemented this and it will be available in 11.1 that is planned for December. If you can work with a development snapshot let me know and I will make a build available. Best Regards, George -- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com Wendell Piez wrote:
Hi,
Among the recent changes in Saxon 9.2, the way it sets up support for numbering in languages other than English has changed. It comes with classes for German, French, Danish, Dutch and some others, but none of these work without being configured. The configuration is done by providing Saxon at runtime with a configuration file, or by modifying a class.
Maybe oXygen hasn't caught up yet with these changes in Saxon, or maybe I don't know where to look, but I can't see where I can create or modify such a configuration file for Saxon in oXygen.
Any ideas?
Thanks, Wendell
====================================================================== Wendell Piez mailto:wapiez@mulberrytech.com Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user

George, Now that 11.1 is out, can you provide some default configuration files ? Regards, Xmlizer On Wed, Oct 28, 2009 at 9:49 PM, George Cristian Bina <george@oxygenxml.com>wrote:
Hi Wendell,
Setting a configuration file is not available in version 11.0. However we already implemented this and it will be available in 11.1 that is planned for December. If you can work with a development snapshot let me know and I will make a build available.
Best Regards, George -- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com
Wendell Piez wrote:
Hi,
Among the recent changes in Saxon 9.2, the way it sets up support for numbering in languages other than English has changed. It comes with classes for German, French, Danish, Dutch and some others, but none of these work without being configured. The configuration is done by providing Saxon at runtime with a configuration file, or by modifying a class.
Maybe oXygen hasn't caught up yet with these changes in Saxon, or maybe I don't know where to look, but I can't see where I can create or modify such a configuration file for Saxon in oXygen.
Any ideas?
Thanks, Wendell
====================================================================== Wendell Piez mailto:wapiez@mulberrytech.com Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user
oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user

mozer wrote: Hi Mozer,
Now that 11.1 is out, can you provide some default configuration files ?
You can now provide a config file at the processor level: http://www.oxygenxml.com/doc/ug-oxygen/transform-xquery-advanced-saxon-optio... Nice! Regards, -- Florent Georges http://www.fgeorges.org/

Florent, That's why I ask for a default file to be provided in order to not have to create your own from scratch at least ! Xmlizer On Thu, Dec 24, 2009 at 2:36 PM, Florent Georges <lists@fgeorges.org> wrote:
mozer wrote:
Hi Mozer,
Now that 11.1 is out, can you provide some default configuration files ?
You can now provide a config file at the processor level:
http://www.oxygenxml.com/doc/ug-oxygen/transform-xquery-advanced-saxon-optio...
Nice! Regards,
-- Florent Georges http://www.fgeorges.org/

Hi, You do not *need* to specify a configuration file. Saxon will use the defaults and what you configure in the oXygen dialog. If you specify a configuration file then the options from the oXygen dialog will be disabled and what is specified in the configuration file will be used. So, basically the configuration file is there as an optional feature. If you already use such a configuration file for your transformations then you can just specify it in oXygen to use the same options, if you do not have such a file then you do not need to specify it, you can configure the Saxon options we have in the configuration dialog. Only if you need to specify an option that is not available in that dialog then you need to use a configuration file. Best Regards, George -- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com mozer wrote:
Florent,
That's why I ask for a default file to be provided in order to not have to create your own from scratch at least !
Xmlizer
On Thu, Dec 24, 2009 at 2:36 PM, Florent Georges <lists@fgeorges.org <mailto:lists@fgeorges.org>> wrote:
mozer wrote:
Hi Mozer,
> Now that 11.1 is out, can you provide some default > configuration files ?
You can now provide a config file at the processor level:
http://www.oxygenxml.com/doc/ug-oxygen/transform-xquery-advanced-saxon-optio...
Nice! Regards,
-- Florent Georges http://www.fgeorges.org/
------------------------------------------------------------------------
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user

mozer wrote:
That's why I ask for a default file to be provided in order to not have to create your own from scratch at least !
Seems I misunderstood the question. But then, what about the following file: <configuration xmlns="http://saxon.sf.net/ns/configuration" edition="EE"/> ? ;-) I mean, what would you put in a "default" config file? If it is to easily pick some elements, more as a "template" of file, you can use this: http://saxonica.com/documentation/index/configuration-file.html Regards, and Merry Christmas! -- Florent Georges http://www.fgeorges.org/

I also misunderstood. We will consider adding a new document template for creating a Saxon configuration file. Best Regards, George -- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com Florent Georges wrote:
mozer wrote:
That's why I ask for a default file to be provided in order to not have to create your own from scratch at least !
Seems I misunderstood the question. But then, what about the following file:
<configuration xmlns="http://saxon.sf.net/ns/configuration" edition="EE"/>
? ;-) I mean, what would you put in a "default" config file? If it is to easily pick some elements, more as a "template" of file, you can use this:
http://saxonica.com/documentation/index/configuration-file.html
Regards, and Merry Christmas!

Thank you Indeed the main trouble I had was to create one file from scratch in order to add the following section [[ <localizations defaultLanguage="en" defaultCountry="US"> <localization lang="da" class="net.sf.saxon.option.local.Numberer_da"/> <localization lang="de" class="net.sf.saxon.option.local.Numberer_de"/> ... </localizations> ]] In order to avoid having the "[Language:En]" in the output of the transformation Best wishes Xmlizer On Thu, Dec 24, 2009 at 6:09 PM, George Cristian Bina <george@oxygenxml.com>wrote:
I also misunderstood. We will consider adding a new document template for creating a Saxon configuration file.
Best Regards, George -- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com
Florent Georges wrote:
mozer wrote:
That's why I ask for a default file to be provided in order
to not have to create your own from scratch at least !
Seems I misunderstood the question. But then, what about the following file:
<configuration xmlns="http://saxon.sf.net/ns/configuration" edition="EE"/>
? ;-) I mean, what would you put in a "default" config file? If it is to easily pick some elements, more as a "template" of file, you can use this:
http://saxonica.com/documentation/index/configuration-file.html
Regards, and Merry Christmas!
participants (4)
-
Florent Georges
-
George Cristian Bina
-
mozer
-
Wendell Piez