
Sorin, Many thanks for your response, that worked fine. oXygen is my preferred platform for development so it's good to have this work-around. Let me further register another request for RDF/RDFS/OWL support, and, idealy, some support for n3 RDF notation; maybe with hooks to RDFlib or jena or something like that. Keep up the good work, and thanks again. Jon On Wed, 17 Jan 2007, Sorin Ristache wrote:
Dear Jon,
In the current version of oXygen it is not possible to set the initial template or the initial mode for an XSLT 2.0 transformation as you can do in the command line. I logged this as an enhancement request for a future version. To get the same effect in oXygen as from the command line you have to add the following template in your stylesheet:
<xsl:template match="/"> <xsl:call-template name="main"/> </xsl:template>
Also you have to set a dummy XML file as the XML URL parameter of the transformation scenario.
Best regards, Sorin