> Hi,
> 
> I have the following xml stream
> 
> <example>
>     <A>...</A>
>     <wfs:GetFeature>....</wfs:GetFeature>
> </example>
> 
> I'd like to call my WFS transformer which make a call to a 
> WebFeatureService with <wfs:GetFeature> xml stream in 
> parameters, and keep <A/> tag in the response.
> 
> th reponse should be :
> <example>
>        <A>...</A>
>         <wfs:featureCollection/> xml response of WFS web 
> service </example>
> 
> How can i write my sitemap to do that ?
> Transform a subset of xml stream ?

I am a little confused what exactly you want. You want to fetch external xml 
and transform it and then embed this in the xml / sax events  you allready 
have, right? Is this not what the includetransformer does? 

Ard

> 
> thanks  for help !
>    
> 
> --
> Sébastien Geindre
> DPREVI/AERO/DEV
> sebastien.geindre __at__ meteo.fr
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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

Reply via email to