Parameter handling

Consider this example:

  http://www.w3.org/XML/XProc/docs/langspec.html#ex.p.trycatch

Suppose that you wanted to pass the content of the c:body element
("name=W3C&spec=XProc") to the pipeline as a parameter:

  <p:pipeline>
    <p:parameter name="postrequest"/>
    ...
  </p:pipeline>

Could you construct the c:http-request with that parameter value?

If so, how? If not, is that a problem for V1?

                                        Be seeing you,
                                          norm

-- 
Norman Walsh
XML Standards Architect
Sun Microsystems, Inc.

Received on Wednesday, 28 March 2007 13:11:21 UTC