You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Jörn Heid <he...@fh-heilbronn.de> on 2001/06/11 23:53:23 UTC

XInclude-Transformer

Are there any intensions to extend the funcionality of the xinclude
transformer to support parameter processing like this:
				<map:transform type="xinclude">
                          <parse>xml</parse>
                          <href>../menu.xml</href>
				</map:transform>
It isn't possible now, is it?


JOERN_HEID


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: XInclude-Transformer

Posted by Donald Ball <ba...@webslingerZ.com>.
On Mon, 11 Jun 2001, [iso-8859-1] J�rn Heid wrote:

>
> Are there any intensions to extend the funcionality of the xinclude
> transformer to support parameter processing like this:
> 				<map:transform type="xinclude">
>                           <parse>xml</parse>
>                           <href>../menu.xml</href>
> 				</map:transform>
> It isn't possible now, is it?

no, currently the xinclude parameters must exist in the xinclude element
as per the xinclude specification. i strongly oppose extending the
functionality of the xinclude transformer in that fashion - the xinclude
transformer attempts to implement the xinclude specification - no more, no
less. i heartily welcome implementations of other include mechanisms.
xincludes are not all that.

- donald


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>