You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Reinhard Haller <re...@interactive-net.de> on 2006/06/07 19:00:10 UTC

XHTML-DTD as grammar for the validation transformer

Hi,

I tried to validate against the XHTML-DTD and got the following
error from the transformer:

org.apache.cocoon.components.validation.ValidatorException: Unsupported
grammar language

with the following sitemap:

<map:transform type="validation-report" 
                     
src="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" >
   <map:parameter name="grammar" value="??" /> 
</map:transform>

What is the value to use for the xhtml-DTD (I tried the grammar
namespace and the
validator interface field name)?

Should I prefer the xhmtl-schema for validation?

Thanks
Reinhard

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org