small issue with latest integration with Calabash

Having trouble installing Oxygen? Got a bug to report? Post it all here.
PaulHermans
Posts: 82
Joined: Sat Jan 13, 2007 5:39 pm
Location: Belgium

small issue with latest integration with Calabash

Post 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.
Paul
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Re: small issue with latest integration with Calabash

Post 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
George Cristian Bina
adrian
Posts: 2855
Joined: Tue May 17, 2005 4:01 pm

Re: small issue with latest integration with Calabash

Post 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
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
PaulHermans
Posts: 82
Joined: Sat Jan 13, 2007 5:39 pm
Location: Belgium

Re: small issue with latest integration with Calabash

Post by PaulHermans »

Hi George,

How can I check I have the latest one?


Paul
Paul
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Re: small issue with latest integration with Calabash

Post 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
George Cristian Bina
PaulHermans
Posts: 82
Joined: Sat Jan 13, 2007 5:39 pm
Location: Belgium

Re: small issue with latest integration with Calabash

Post 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
Paul
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Re: small issue with latest integration with Calabash

Post 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
George Cristian Bina
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Re: small issue with latest integration with Calabash

Post 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
George Cristian Bina
Post Reply