ideaBubbling
XML Handler SandBox 4
SandBox1    SandBox2       SandBox3       SandBox4      
FileName:SandBox4.xml
XML Structure:<Students><Student><Id/><Name/><Age/><City/></Student></Students>
Here we are implemeting the search operations.The ID value is generated automatically like identity column.In "Condition based search", we can use the "And" "Or" operators like :  Name='David' And City='Chennai'  (or)  Name like 'A%' And Age>=25   (or) Name like 'A%' (Or) City IN  ('Chennai','Bangalore','Mumbai')
Add Operation
Name
Age
City
   
Simple Search
Field 
Value  
Condition based search