Steven Noels wrote:

sorry, copy/paste error:

> We would have a situation like this:
> 
> <map:match pattern="*.html">
>   <map:generate src="*.xml">
>   <map:match public-id="-//APACHE//DTD FAQ V1.1//EN" type="doctypematcher">
>     <map:transform src="faq2document.xsl"/>
>   </map:match>
>   <map:match public-id="-//OASIS//DTD DocBook V3.1//EN" 
> type="doctypematcher">
>     <map:transform src="faq2document.xsl"/>

must be

 >     <map:transform src="docbook2document.xsl"/>

of course :-(

>   </map:match>
>   <map:call resource="skinit">
>     <map:parameter name="type" value="document2html"/>
>   </map:call>
> </map:match>


</Steven>
-- 
Steven Noels                            http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
[EMAIL PROTECTED]                      [EMAIL PROTECTED]


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

Reply via email to