Issue 31 in xspec: xspec.xpl generates static error err:XS0062

11 views
Skip to first unread message

xs...@googlecode.com

unread,
Aug 13, 2010, 6:47:21 AM8/13/10
to xspe...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 31 by marc.van.grootel: xspec.xpl generates static error
err:XS0062
http://code.google.com/p/xspec/issues/detail?id=31

What steps will reproduce the problem?

1. Run the tutorial escape-for-regex.xspec using xspec.xpl with XML
Calabash.

What is the expected output? What do you see instead?

I expect the xpl to generate HTML report, instead it reports:

SystemID: C:\xspec\xspec.xpl
Engine name: Calabash XProc
Severity: error
Description: XS0062 : XS0062 It is a static error if a required version
attribute is not present.
URL: http://www.w3.org/TR/xproc/#err.S0062

What version of the product are you using? On what operating system?

- Oxygen 11.2 (not required but that's how I run the xproc)
- Calabash 0.9.19
- Windows XP

Please provide any additional information below.

Trivial fix is to add version="1.0" to the x:pipeline in xspec.xpl

xs...@googlecode.com

unread,
Aug 13, 2010, 9:23:30 AM8/13/10
to xspe...@googlegroups.com
Updates:
Status: Fixed
Owner: jsulak

Comment #1 on issue 31 by jsulak: xspec.xpl generates static error
err:XS0062
http://code.google.com/p/xspec/issues/detail?id=31

Thanks! This was added before xproc required @version.

xs...@googlecode.com

unread,
Apr 15, 2015, 9:51:39 AM4/15/15
to xspe...@googlegroups.com

Comment #2 on issue 31 by msama...@gmail.com: xspec.xpl generates static
error err:XS0062
https://code.google.com/p/xspec/issues/detail?id=31

Thanks, its perfect
By default in Oxygen, u can have
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" name="myPipeline">
....
</p:declare-step>
Just add the version like mentioned before
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" name="myPipeline"
version="1.0">

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Reply all
Reply to author
Forward
0 new messages