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!