hello,

my problem is that with this syntax under linux server (tomcat+cocoon) i can have 
xhtml page but not html page.


<map:match pattern="*.xhtml">
 <map:read src="{1}.xhtml"/>
 <map:serialize type="xml"/>
</map:match>

<map:match pattern="*.html">
 <map:read src="{1}.html"/>
 <map:serialize type="html"/>
</map:match>


with this syntax under linux server (tomcat+cocoon) i can have html page but not xhtml 
page.
<map:match pattern="*.html">
 <map:read src="{1}.html"/>
 <map:serialize type="html"/>
</map:match>
<map:match pattern="*.xhtml">
 <map:read src="{1}.xhtml"/>
 <map:serialize type="xml"/>
</map:match>

but under windows with this same configuration i can have the both.... anyone know why 
?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to