You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Lionel Crine <cr...@4dconcept.fr> on 2004/07/08 15:20:48 UTC

[XSP] why is this not working ?

I'm trying to insert an xinclude tag into my xsp :

This is not working :

<xsp:page language="java" xmlns:xsp="http://apache.org/xsp" 
xmlns:xsp-request="http://apache.org/xsp/request/2.0" 
xmlns:xsp-session="http://apache.org/xsp/session/2.0" 
xmlns:util="http://apache.org/xsp/util/2.0">

....


<xsp:element name="xinclude:include" 
xmlns:xinclude="http://www.w3.org/2001/XInclude">
	<xsp:attribute name="href">blabla</xsp:attribute>
</xsp:element>

...

</xsp:page>

======================================


But This is working :

<xsp:page language="java" xmlns:xsp="http://apache.org/xsp" 
xmlns:xsp-request="http://apache.org/xsp/request/2.0" 
xmlns:xsp-session="http://apache.org/xsp/session/2.0" 
xmlns:util="http://apache.org/xsp/util/2.0"
xmlns:xinclude="http://www.w3.org/2001/XInclude">

<xinclude:include>
	<xsp:attribute name="href">blabla</xsp:attribute>
</xinclude:include>



Any idea ?

Thanks


-- 
Lionel CRINE
Ingénieur Systèmes documentaires
Société : 4DConcept
22 rue Etienne de Jouy 78353 JOUY EN JOSAS
Tel : 01.34.58.70.70 Fax : 01.39.46.06.90

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