Re: Speaking of in-scope namespaces...

/ Innovimax SARL <innovimax@gmail.com> was heard to say:
|> Consider this pipeline:
|>
|> <p:pipeline>
|>   <p:input port="source">
|>     <p:inline>
|>        <doc xmlns="nonsuri" xmlns:a="nsauri" xmlns:b="nsburi" xmlns:c="nscuri">
|>          <content/>
|>        </doc>
|>     </p:inline>
|>   </p:input>
|>
|>   <p:identity>
|>     <p:input port="source" xmlns:xxx="nonsuri">
|>              select="xxx:doc/xxx:content"/>
|>   </p:identity>
|> </p:pipeline>
[...]
| which means the result of the above is
|
| <content xmlns="nonsuri" xmlns:a="nsauri" xmlns:b="nsburi"
| xmlns:c="nscuri" xmlns:p="http://www.w3.org/ns/xproc"
| xmlns:xxx="nonsuri"/>

I think it'd be:

<content xmlns="nonsuri" xmlns:a="nsauri" xmlns:b="nsburi"
xmlns:c="nscuri" xmlns:p="http://www.w3.org/ns/xproc"/>

I don't think the xxx namespace decl. is in scope.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com> | Life does not cease to be funny when
http://nwalsh.com/            | people die anymore than it ceases to be
                              | serious when people laugh.--George
                              | Bernard Shaw

Received on Friday, 7 September 2007 20:30:29 UTC