<?xml version="1.0" encoding="utf-8"?>
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0"
        xml:base="html-xml-004.xml"
        name="html-xml-004.xml"
        expected="fail"
        code="err:XD0030">
   <t:info xmlns:err="http://www.w3.org/ns/xproc-error">
      <t:title>html-xml-004</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"
                  xmlns:err="http://www.w3.org/ns/xproc-error">
      <p>Tests illegal xml attribute.</p>
   </t:description>
   <t:pipeline xmlns:err="http://www.w3.org/ns/xproc-error">
      <p:declare-step xmlns:cx="http://xmlcalabash.com/ns/extensions"
                      xmlns:p="http://www.w3.org/ns/xproc"
                      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': 'xml:' }}"/>
      </p:declare-step>
   </t:pipeline>
</t:test>
