diff --git a/steps/src/main/xml/steps/in-scope-names.xml b/steps/src/main/xml/steps/in-scope-names.xml deleted file mode 100644 index 05ae5e6..0000000 --- a/steps/src/main/xml/steps/in-scope-names.xml +++ /dev/null @@ -1,56 +0,0 @@ -
-p:in-scope-names - -The p:in-scope-names step exposes all of the -in-scope variables and options as a set of parameters in a -c:param-set document. - - - - - -Each in-scope variable and option is converted into a -c:param element. -The resulting c:param elements are wrapped in a -c:param-set and the parameter set document is written -to the result port. -The -order in which c:param elements occur in the c:param-set is -implementation-dependent. - -For consistency and user convenience, if any of the variables or options -have names that are in a namespace, the -namespace attribute on the -c:param element must be used. Each -name must be an NCName. - -The base URI of the output document is the URI of the pipeline document -that contains the step. - -For consistency with the p:parameters step, the -result port is not primary. - - -Example - -This unlikely pipeline demonstrates the behavior of p:in-scope-names: - - - - -Assuming the values supplied for the username and password -options are “user” and “pass”, -respectively, the output would be: - - - - - - -Document properties -No document properties are preserved. - -