- From: Alex Milowski <alex@milowski.org>
- Date: Mon, 23 Oct 2006 19:35:01 -0700
- To: public-xml-processing-model-wg@w3.org
Jeni Tennison wrote: > > Hi, > > In the example of <p:viewport> in the spec: > > <p:viewport name="encdivs"> > <p:declare-input port="div" step="step" source="port" > select="//h:div[@class='enc']"/> > <p:declare-output port="html" step="encrypt" source="result"/> > <p:step name="encrypt" type="p:encrypt-document"> > <p:input name="document" step="encdivs" source="div"/> > </:step> > </p:viewport> In the case of viewports, "//h:div" and "h:div" are equivalent. --Alex Milowski
Received on Tuesday, 24 October 2006 02:35:15 UTC