p:unescape-markup and namespaces

Hi all,

Is the following supposed to work, or not?

<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" version="1.0">
  <p:output port="result"/>
  <p:unescape-markup>
    <p:input port="source">
      <p:inline>
        <doc xmlns:foo="http://www.example.org">
          &lt;foo:bar/>
        </doc>
      </p:inline>
    </p:input>
  </p:unescape-markup>
</p:declare-step>


Regards,
Vojtech

--
Vojtech Toman
Consultant Software Engineer
EMC | Information Intelligence Group
vojtech.toman@emc.com
http://developer.emc.com/xmltech

Received on Wednesday, 26 September 2012 08:46:19 UTC