XML Search Engine

Use the form below to search for XML documents on the web containing specific elements, words or combinations of both. The search engine will return a list of URLs of matching documents. A brief overview of the query language is available, along with examples.

 

 


Query Language

Examples

  1. book AND "java"
  2. book CONTAINS ("java programming" AND gosling)
  3. book CONTAINS (
        title CONTAINS "java programming" AND
        author CONTAINS gosling
    )
  4. book CONTAINS (
        title IS "java 1.2 class libraries" AND
        price < 30
    )

 

 

Back to Top