<font size=3 face="sans-serif">I'm using OL 2.31.1</font>
<br>
<br><font size=3 face="sans-serif">A getCapabilities request (request.responseText)
is returning this for supported srs</font>
<br><font size=3 face="sans-serif"><DefaultSRS>urn:ogc:def:crs:EPSG::3857</DefaultSRS></font>
<br><font size=3 face="sans-serif"><OtherSRS>urn:ogc:def:crs:EPSG::900913</OtherSRS></font>
<br><font size=3 face="sans-serif"><OtherSRS>urn:ogc:def:crs:EPSG::4269</OtherSRS></font>
<br><font size=3 face="sans-serif"><OtherSRS>urn:ogc:def:crs:EPSG::3978</OtherSRS></font>
<br><font size=3 face="sans-serif"><OtherSRS>urn:ogc:def:crs:EPSG::4326</OtherSRS></font>
<br><font size=3 face="sans-serif"><OtherSRS>urn:ogc:def:crs:EPSG::32198</OtherSRS>
</font>
<br>
<br><font size=3 face="sans-serif">This</font>
<br><font size=3 face="sans-serif">capabilitiesFormat = new OpenLayers.Format.WFSCapabilities()
</font>
<br><font size=3 face="sans-serif">capabilitiesFormat.read(request.responseText),</font>
<br><font size=3 face="sans-serif">I get only one otherSRS, the last..32198</font>
<br>
<br><font size=3 face="sans-serif">How can I get all otherSRS from the
getCapabilities response?</font>
<br><font size=3 face="sans-serif">thanks!</font>