A consequence of <p:xslt>

A few meetings ago, we decided that the names of steps would be
NCNames. I don't think that works anymore.

If I run XSLT with

  <p:xslt>

presumably if I import a pipeline library that contains a pipeline
named "FormatDocBook", I run that pipeline using the new syntax with:

  <FormatDocBook>

Except that I probably want to put that in a namespace so that my
DocBook formatting can be distinguished from yours:

  <norm:FormatDocBook>

but now I need to write

  <p:pipeline name="norm:FormatDocBook">

in the pipeline library.

Or have I missed something?

                                        Be seeing you,
                                          norm

-- 
Norman Walsh
XML Standards Architect
Sun Microsystems, Inc.

Received on Thursday, 22 February 2007 20:51:47 UTC