- From: Erik Bruchez <ebruchez@orbeon.com>
- Date: Thu, 16 Feb 2006 23:40:53 +0100
- To: public-xml-processing-model-wg@w3.org
Norman Walsh wrote: > Alex's observations made me realize I just wrote the wrong thing. > I meant to say: > > <p:pipeline> > <p:stage name="validate"/> > <p:stage name="xinclude"/> > <p:stage name="validate"> > <p:output href="someOtherURI-One"/> > <p:stage> > <p:stage name="xslt"> > <p:input href="someOtherURI-Two"/> > <p:param name="stylesheet" href="style.xsl"/> > </p:stage> > </p:pipeline> Shouldn't: <p:output href="someOtherURI-One"/> read as: <p:input href="someOtherURI-One"/> ? -Erik
Received on Thursday, 16 February 2006 22:42:27 UTC