- From: Innovimax SARL <innovimax@gmail.com>
- Date: Fri, 22 Dec 2006 18:38:29 +0100
- To: "XProc WG" <public-xml-processing-model-wg@w3.org>
http://www.w3.org/XML/XProc/docs/alternate/ == Typos == Example 5. A Sample Pipeline Library <p:pipeline-library> <p:declare-step-type> name="extension-component">…</p:declare-steptype> should be (two changes the extra > and the missing "-" in close tag) <p:pipeline-library> <p:declare-step-type name="extension-component">…</p:declare-step-type> -- Example 3. A Sample Viewport <p:viewport name="encdivs" match="h:div[@class='enc']> <p:input port="source"> <p:pipe step="step" port="port"/> </p:input> <p:output port="result"> <p:pipe step="encrypt" port="result"/> </p:output> <p:step name="encrypt" type="p:encrypt-document"> <p:input port="source"> <p:pipe step="encdivs" port="current"/> </p:input> </:step><!-- it should be </p:step> here --> </p:viewport> -- Conceptually, we can speak of components as objects that have inputs and outputs that are connected together and which may have contain additional components. Syntactically, we need a mechanism for specifying these relationships. should be (removing have between 'may' and 'contain' and adding comma before second 'that') Conceptually, we can speak of components as objects that have inputs and outputs, that are connected together and which may contain additional components. Syntactically, we need a mechanism for specifying these relationships. -- (not sure) The union of all the declared outputs of the contained components are added to the outputs in the context. should be The union of all the declared outputs of the contained components is added to the outputs in the context. == Miss == Try/Catch is still not in the proposal == Precision == 1/ What is the use of @sequence ? 1.a/ In case of @sequence=yes and I put a single p:document ? 1.b/ In case of @sequence=no and I put two or more p:document ? ==Changes== 1/NCName vs QName Mohamed -- Innovimax SARL Consulting, Training & XML Development 9, impasse des Orteaux 75020 Paris Tel : +33 8 72 475787 Fax : +33 1 4356 1746 http://www.innovimax.fr RCS Paris 488.018.631 SARL au capital de 10.000 €
Received on Friday, 22 December 2006 17:38:40 UTC