- From: Norman Walsh <Norman.Walsh@Sun.COM>
- Date: Wed, 21 Mar 2007 08:29:56 -0400
- To: public-xml-processing-model-wg@w3.org
Received on Wednesday, 21 March 2007 12:29:59 UTC
Is this legal:
<p:pipeline-library namespace="http://example.org/"
xmlns:ex="http://example.org/">
<p:pipeline name="bar">
...
</p:pipeline>
<p:pipeline name="foo">
<ex:bar/>
</p:pipeline>
</p:pipeline-library>
Even if it is, do we agree that this is not?
<p:pipeline-library namespace="http://example.org/"
xmlns:ex="http://example.org/">
<p:pipeline name="bar">
<ex:foo/>
</p:pipeline>
<p:pipeline name="foo">
...
</p:pipeline>
</p:pipeline-library>
Be seeing you,
norm
--
Norman Walsh
XML Standards Architect
Sun Microsystems, Inc.
Received on Wednesday, 21 March 2007 12:29:59 UTC