<?xml version="1.0" encoding="UTF-8"?>
<t:test expected="fail" code="err:XD0030"
        xmlns:err="http://www.w3.org/ns/xproc-error"
        xmlns:t="http://xproc.org/ns/testsuite/3.0">
  <t:info>
    <t:title>html-xml-005</t:title>
    <t:revision-history>
      <t:revision>
        <t:date>2026-01-31</t:date>
        <t:author>
          <t:name>Norm Tovey-Walsh</t:name>
        </t:author>
        <t:description xmlns="http://www.w3.org/1999/xhtml">
          <p>Created test.</p>
        </t:description>
      </t:revision>
    </t:revision-history>
  </t:info>
  <t:description xmlns="http://www.w3.org/1999/xhtml">
    <p>Tests illegal attribute.</p>
  </t:description>
  <t:pipeline>
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc"
                xmlns:cx="http://xmlcalabash.com/ns/extensions"
                name="main" version="3.0">
  <p:output port="result"/>

  <!-- By default, put them back to xml:* -->
  <p:load href="../documents/attributes.html"
          parameters="map { 'cx:xml-attributes': map {
                               'base': 'cx:spoon' }}"/>
</p:declare-step>
</t:pipeline>
</t:test>
