<font size=2 face="sans-serif">Hello</font>
<br><font size=2 face="sans-serif">I successfully used this code to create
a datasource from a URL</font>
<br><font size=2 face="sans-serif">step 1- wfs_drv = ogr.GetDriverByName('WFS')</font>
<br><font size=2 face="sans-serif">step 2- wfs_ds = wfs_drv.Open('WFS:'
+ url)</font>
<br><font size=2 face="sans-serif">step 3- Then I parsed the result</font>
<br>
<br><font size=2 face="sans-serif">I need to create another script but
in input I get the result of a WFS query. So I need to parse this result
(Wfs: FeatureCollection)</font>
<br>
<br><font size=2 face="sans-serif">I tried to create a DataSource from
the WFS:FeatureCollection without success.</font>
<br><font size=2 face="sans-serif">I see that ogr.Open needs a filename,
not a string.</font>
<br>
<p><font size=2 face="sans-serif">How do I create that kind of DataSource?</font>
<p><font size=2 face="sans-serif">thanks</font>
<p>