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
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.