p:www-form-urldecode 007 (AB)

Tests p:www-form-urldecode

Test ab-www-form-urldecode-007.xml is expected to pass.

The pipeline


<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" name="pipeline" version="3.0">
   <p:output port="result"/>
   <p:www-form-urldecode>
      <p:with-option name="value" select="''"/>
   </p:www-form-urldecode>
   <p:cast-content-type content-type="application/xml"/>
</p:declare-step>
MorganaXProc passing XML Calabash passing

Schematron validation


<s:schema xmlns="http://www.w3.org/1999/xhtml" xmlns:s="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2">
   <s:ns prefix="map" uri="http://www.w3.org/2005/xpath-functions"/>
   <s:pattern>
      <s:rule context="/">
         <s:assert test="map:map">Root element is not 'map:map'.</s:assert>
         <s:assert test="count(map:map/node())=0">Element 'map' should not have any children.</s:assert>
      </s:rule>
   </s:pattern>
</s:schema>

Revision history

22 Jul 2021, Achim Berndzen

New test added.