UPDATED | Examples |
<UPDATED | Attribute
Description Table |
after ="string" before ="string" > No Child Elements </UPDATED > |
Attribute | Usage | Back to Top |
---|---|---|
after | 1 Search for documents newer than the date and time given. | |
before | 2 Search for documents older than the date and time given. |
Example 1: | Back to Top |
<?xml version="1.0"
encoding="UTF-8" ?> <ARCXML version="1.1"> <REQUEST> <GET_METADATA> <SEARCH_METADATA> <UPDATED after="2002-1-14"/> </SEARCH_METADATA> </GET_METADATA> </REQUEST> </ARCXML> |