You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Stefan Geelen <st...@hotmail.com> on 2004/12/11 15:13:01 UTC

read partial an xml file in xsp

Hi,

I could not find how I can manage to read some nodes of an xml file in an 
xsp page.

Can someone give an example or more information  ?

Regards,

Stefan

_________________________________________________________________
Free mail? MSN Hotmail ! http://www.msn.be/hotmail


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


Re: read partial an xml file in xsp

Posted by Philippe Guillard <pg...@soociety.com>.
Hi,

If you want to insert all the file and the file is static (no XSP tags)  
--> cinclude transformer 
(http://cocoon.apache.org/2.1/userdocs/transformers/cinclude-transformer.html) 
or <xsp:include>

As you say "just some nodes" and/or the file you include contains XSP 
tags, i think you need some XSL, i suggest you make your owm XSP 
logicsheet that you call from your XSP.

Phil

Stefan Geelen wrote:

> Hi,
>
> I could not find how I can manage to read some nodes of an xml file in 
> an xsp page.
>
> Can someone give an example or more information  ?
>
> Regards,
>
> Stefan
>
> _________________________________________________________________
> Free mail? MSN Hotmail ! http://www.msn.be/hotmail
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: users-help@cocoon.apache.org
>
>
>


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