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 ?

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]

Reply via email to