
Hi, The following XProc pipeline, when edited in oXygen, gives a validation error on the p:log element, which I believe is a bug: <p:declare-step xmlns:p="http://www.w3.org/ns/xproc" version="1.0"> <p:directory-list> <p:log port="result" href="/tmp/xproc.log"/> </p:directory-list> </p:declare-step> Regards, -- Florent Georges http://fgeorges.org/ http://h2oconsulting.be/

Doesn't happen to me. The p:directory-list step needs to have its "path" option specified and primary output connected though (which oXygen correctly complains about). I don't get any validation errors on p:log. (<oXygen/> XML Editor 15.1, build 2013110816) Jostein On 14 February 2014 01:22, Florent Georges <lists@fgeorges.org> wrote:
Hi,
The following XProc pipeline, when edited in oXygen, gives a validation error on the p:log element, which I believe is a bug:
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" version="1.0"> <p:directory-list> <p:log port="result" href="/tmp/xproc.log"/> </p:directory-list> </p:declare-step>
Regards,
-- Florent Georges http://fgeorges.org/ http://h2oconsulting.be/
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user

Hi, By default the validation is done with a Relax NG schema. If you configure a transformation with Calabash then oXygen will use Calabash to validate, and that should be better than the Relax NG schema. Thanks for letting us know, we will check the schema and see why the p:log element is not accepted. Best Regards, George -- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 2/14/14, 10:34 AM, Jostein Austvik Jacobsen wrote:
Doesn't happen to me. The p:directory-list step needs to have its "path" option specified and primary output connected though (which oXygen correctly complains about). I don't get any validation errors on p:log.
(<oXygen/> XML Editor 15.1, build 2013110816)
Jostein
On 14 February 2014 01:22, Florent Georges <lists@fgeorges.org <mailto:lists@fgeorges.org>> wrote:
Hi,
The following XProc pipeline, when edited in oXygen, gives a validation error on the p:log element, which I believe is a bug:
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" version="1.0"> <p:directory-list> <p:log port="result" href="/tmp/xproc.log"/> </p:directory-list> </p:declare-step>
Regards,
-- Florent Georges http://fgeorges.org/ http://h2oconsulting.be/
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com <mailto:oXygen-user@oxygenxml.com> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user
participants (3)
-
Florent Georges
-
George Cristian Bina
-
Jostein Austvik Jacobsen