Re: dummy question on QName

/ "Innovimax SARL" <innovimax@gmail.com> was heard to say:
| What is the QName of "match option" in
|
| <p:declare-step type="p:add-attribute">
|      <p:input port="source"/>
|      <p:output port="result"/>
|      <p:option name="match" required="true"/>
| <!-- XSLTMatchPattern -->
|      <p:option name="attribute-name" required="true"/>
| <!-- QName -->
|      <p:option name="attribute-value" required="true"/>
| <!-- string -->
| </p:declare-step>
|
| Is it
| a) {}match

It's "match" in no namespace. From 5.7.5, "Unqualified names are
always in no-namespace."

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com> | Abandoning rhyme and fixed rules in
http://nwalsh.com/            | favor of other intuitive rules brings
                              | us back to fixed rules and to rhyme
                              | with renewed respect.--Jean Cocteau

Received on Wednesday, 25 June 2008 11:21:17 UTC