This worked!

<ogc:Filter>
  <ogc:And>
    <ogc:PropertyIsLike escape="\" singleChar="_" wildCard="%">
      <ogc:PropertyName>planznr</ogc:PropertyName>
      <ogc:Literal>09.01</ogc:Literal>
    </ogc:PropertyIsLike>
    
        <ogc:PropertyIsLike escape="\" singleChar="_" wildCard="%">
          <ogc:PropertyName>bez</ogc:PropertyName>
          <ogc:Literal>KS</ogc:Literal>
    </ogc:PropertyIsLike>
    
  </ogc:And>
</ogc:Filter>


________________________________
 Von: Robert Buckley <[email protected]>
An: "[email protected]" 
<[email protected]> 
Gesendet: 15:17 Mittwoch, 11.Juli 2012
Betreff: [Geoserver-users] nested PropertyName filter possible?
 

Hi,

I´m trying to nest an ogc filter as follows...

<ogc:Filter>            <ogc:PropertyIsLike>
              <ogc:PropertyName>planznr</ogc:PropertyName>
              <ogc:Literal>09.02</ogc:Literal>
              
<ogc:Filter>
                <ogc:PropertyIsEqualTo>
                  <ogc:PropertyName>bez</ogc:PropertyName>
                  <ogc:Literal>KS</ogc:Literal>
                  
                  
                </ogc:PropertyIsEqualTo >
              </ogc:PropertyIsLike> 
                
              </ogc:Filter>
      </ogc:Filter> 


is this possible?

cheers,

Robert
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to