Re: Dynamic creation of parameters without @namespace

/ "Innovimax SARL" <innovimax@gmail.com> was heard to say:
| Well now let's go to the corner case
|
| what do mean this
|
|  <p:xslt>
|   <p:input port="parameters">
|     <p:inline>
|       <c:param-set xmlns="http://my/xslt/parameter/namespace">
|         <c:param name="foo" value="1" namespace=""/>
|         <c:param name="bar" value="2" namespace="" xmlns=""/>
|         <c:param name="baz" value="3" xmlns=""/>
|       </c:param-set>
|     </p:inline>
|   </p:input>
|  </p:xslt>
|
| And what if there is no namespace defined for unprefixed element ?

We already say that QNames with no prefix are in no namespace
irrespective of the current default namespace. So each of those is
unambiguously in no namespace.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com> | When dealing with the insane, the best
http://nwalsh.com/            | method is to pretend to be
                              | sane.--Hermann Hesse

Received on Wednesday, 6 August 2008 17:10:59 UTC