Page 1 of 1

small issue with latest integration with Calabash

Posted: Tue Aug 03, 2010 11:35 am
by PaulHermans
I have an xproc pipeline which uses an xslt where some warnings are thrown
and visualized in the error pane:

SystemID: C:\Users\Paul\XSD2SCH\MSXSD2SCH.xpl
Engine name: Calabash XProc
Severity: warning
Description: The preceding-sibling axis starting at a namespace node will never select anything

(These are stylesheets coming from elsewhere which I cannot touch.)

I suppose that due to showing these errors, the result of the pipeline isn't shown in OxygenXML. The pipeline however runs correctly till the end.
While run from the command line I get
<c:result xmlns:c="http://www.w3.org/ns/xproc-step">file:/ ... l/XSD2SCH/
msMeta/Additional_w3c_report.html</c:result>
But this doesn't show in OxygenXML.

Re: small issue with latest integration with Calabash

Posted: Tue Aug 03, 2010 3:08 pm
by george
Hi Paul,

I uploaded initially the latest calabash integration in a wrong location the URL I posted to the xproc-dev list pointing to the previous integration. Please make sure you have the latest one and let us know if you see the same issue.

Best Regards,
George

Re: small issue with latest integration with Calabash

Posted: Tue Aug 03, 2010 3:09 pm
by adrian
Hello,

Could you send us some sample files that reproduce the problem?
Please send them to our support email address support@oxygenxml.com for analysis.

Regards,
Adrian

Re: small issue with latest integration with Calabash

Posted: Tue Aug 03, 2010 3:10 pm
by PaulHermans
Hi George,

How can I check I have the latest one?


Paul

Re: small issue with latest integration with Calabash

Posted: Tue Aug 03, 2010 3:15 pm
by george
Hi Paul,

In [oxygen]/lib/xproc/calabash/engine.xml look for the engine/@engineVersion attribute. The latest version should have engineVersion="0.9.23".

Best Regards,
George

Re: small issue with latest integration with Calabash

Posted: Tue Aug 03, 2010 3:29 pm
by PaulHermans
upgraded to version 0.9.23.

But it is worse now.
The issues with the stylesheet are thrown now as Errors instead of Warnings and the transformation fails.

The same run from the calabash 0.9.23 command line runs through the end.

I'll try to send you the data tomorrow.

Paul

Re: small issue with latest integration with Calabash

Posted: Tue Aug 03, 2010 4:58 pm
by george
Hi Paul,

We were able to obtain the same error in oXygen by adding a line like below in the personal.xsl from oXygen samples and then running the xproc/transform.xpl pipeline:

<xsl:value-of select="namespace::*/preceding-sibling::*"/>

We will look into this and let you know as soon as we have more details.

Best Regards,
George

Re: small issue with latest integration with Calabash

Posted: Mon Aug 09, 2010 12:22 pm
by george
Hi Paul,

Thanks again for reporting this issue.

I logged an bug against Calabash as it reports the XSLT engine warnings as errors. We were able to find a workaround for this and that will be available in the next oXygen release. For more details please see
http://code.google.com/p/xmlcalabash/is ... ail?id=125

Let me know if you need early access to this.

Best Regards,
George