Hi, 

I have a query which brings back my feature information, and I have a
content filter which only shows one attribute value on my page in the table
cell I am using for the build.  But I only want just the text to use as a
response value to set my variable to.  See the stuff below?  I only want the
last line "pic0000.jpg"  

Does anyone know how to strip out all of that other stuff?

Andy

    <title>Geoserver GetFeatureInfo output</title>
  <style type="text/css">
        table.featureInfo, table.featureInfo td, table.featureInfo th {
                border:1px solid #ddd;
                border-collapse:collapse;
                margin:0;
                padding:0;
                font-size: 90%;
                padding:.2em .1em;
        }
        table.featureInfo th {
            padding:.2em .2em;
                font-weight:bold;
                background:#eee;
        }
        table.featureInfo td{
                background:#fff;
        }
        table.featureInfo tr.odd td{
                background:#eee;
        }
        table.featureInfo caption{
                text-align:left;
                font-size:100%;
                font-weight:bold;
                text-transform:uppercase;
                padding:.2em .2em;
        }
  </style>
  
  
pic0000.jpg

-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/response-responseText-only-need-part-of-the-info-returned-tp5782474p5782474.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
us...@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to