Guest User

Untitled

a guest
Jul 17th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. <?xml version = "1.0"?>
  2. <!DOCTYPE query_batch SYSTEM "query_batch.dtd">
  3. <query_batch>
  4. <directory_query>
  5. <authorization>
  6. <username>fpp</username>
  7. <password>[% 'fppmo$mo$' %]</password>
  8. <data_source>Thomas</data_source>
  9. </authorization>
  10. <search_behavior>
  11. <page_size>[% page_size || 100 %]</page_size>
  12. <page_number>[% page_number || 1 %]</page_number>
  13. [% IF order %]<order_by>$order</order_by>[% END %]
  14. <force_results>yes</force_results>
  15. </search_behavior>
  16. <by_address_and_distance>
  17. <address>$address</address>
  18. <city>$city</city>
  19. <state>$state</state>
  20. <zip_code>$zip_code</zip_code>
  21. <distance_in_miles>0.2</distance_in_miles>
  22. </by_address_and_distance>
  23. </directory_query>
  24. </query_batch>
Add Comment
Please, Sign In to add comment