Hey,<div><br></div><div>No, just adding the GML as a layer is no problem. In my case the GML is a bunch of polygons. I can add them to a map with: </div><div><br></div><div><div>map.addLayer(
 new OpenLayers.Layer.GML(&quot;GML&quot;, &quot;gml-file.gml&quot;) );</div></div><div><br></div><div>But I want to be able to click on the polygons and have a pop-up appear that shows information about that polygon. That information is included in the GML file.</div>
<div><br></div><div>At the very least, I believe I need to parse the GML file to get at the information I want included in the pop-up. And I need to be able to add the polygons as vectors to attach the behavior of the pop-up to clicking on the polygon.</div>
<div><br></div><div>Thanks.</div>