>>127

ありがとうございました。
複数のstatus-codeについて記述する場合は

<map:handle-errors type="403">
<map:transform src="context://stylesheets/system/error2html.xsl"/>
<map:serialize status-code="403"/>
</map:handle-errors>

<map:handle-errors type="404">
<map:transform src="context://stylesheets/system/error2html.xsl"/>
<map:serialize status-code="404"/>
</map:handle-errors>

と記述しなくてはダメでしょうか?
例えば、status-code400番台全部などという指定はできますか?
よい方法があったら教えて下さい。