[Home] [By Thread] [By Date] [Recent Entries]
Hello,
The problem can be reproduced in oXygen 14.2 if schema-based validation (-val) is enabled, the XML Schema version is set to 1.1 (-xsdversion) and the 'assertions can see comments' option is disabled. To resolve the problem you can enable the 'assertions can see comments' option from the oXygen preferences, 'XML / XML Parser / XML Schema' options page or you can set the default XML Schema version to 1.0, from the same options page. This behavior can be reproduced also by running the transformation with Saxon from the command line, with the following parameters: java -jar saxon9ee.jar test.xml -xsl:test.xsl -config:saxonCfg.xml ------- saxonCfg.xml--------------
<configuration edition="EE" xmlns="http://saxon.sf.net/ns/configuration">
<xsd version="1.1" assertionsCanSeeComments="false"/>
<global schemaValidation="lax"/>
<xslt schemaAware="true">
<extensionElement/>
</xslt>
</configuration>
-------------------------------------------Regards, Octavian --------------- Octavian Nadolu <oXygen/> XML Editor http://www.oxygenxml.com On 10.04.2013 14:42, Michael Kay wrote: We've tried this out on oXygen 14.2 and we're unable to reproduce the problem.
|

Cart



