<example>
   <A>...</A>
   <wfs:GetFeature>....</wfs:GetFeature>
</example>
Ok, so i should write my own transformer  : a SAX or a DOM one ???
In fact, i need to post an url all the wfs:GetFeature Node, so manipulate DOM should be easier no ?
so i rewrute startElement, i do nothing except for wfs:GetFeature node.
in startElement:
is it possible when i am parse <wfs:GetFeature> start element, get all the node in a variable without parse all the clidren node ?

in endElement, i make the webservice request, and parse the response. how can i put it in the xml flow ?



th reponse should be :
<example>
      <A>...</A>
       <wfs:featureCollection/> xml response of WFS web service
</example>



--
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