- From: mozer <xmlizer@gmail.com>
- Date: Mon, 22 Sep 2008 17:48:57 +0200
- To: "James Garriss" <james@garriss.org>
- Cc: "XProc Dev" <xproc-dev@w3.org>
James, You should probably take a look to "exclude-inline-prefixes" attributes Regards, Xmlizer On Mon, Sep 22, 2008 at 3:40 PM, James Garriss <james@garriss.org> wrote: > This input > > <p:declare-step xmlns:p="http://www.w3.org/ns/xproc"> > <p:input port="source"> > <p:inline> > <foo>Hello, world!</foo> > </p:inline> > </p:input> > <p:output port="result"/> > <p:identity/> > </p:declare-step> > > Produces this output on Calabash 0.6.0. > > <foo xmlns:p="http://www.w3.org/ns/xproc">Hello, world!</foo> > > Something similar happens when I use p:document for an XML doc without a > namespace. > > How do I get rid of that pesky XProc namespace for my output? > > TIA, > > James Garriss > http://garriss.blogspot.com > >
Received on Monday, 22 September 2008 15:49:33 UTC