RE: Influencing namespace declaration in HTTP PUT

> Is there a way to exclude the xproc-step namespace declaration from
the file?

Hi Paul,

You can do that by using the exclude-inline-prefixes attribute on
p:inline (or any parent p:pipeline or p:declare-step):

<p:inline exclude-inline-prefixes="c">
  <c:request>...</c:request>
</p:inline>

Regarding Calumet, you are right: it does not - yet - implement PUT, but
I already started working on it for the 1.0.11 release. :)

Regards,
Vojtech

Received on Monday, 12 April 2010 14:43:11 UTC