Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. prepending DRI/ to the beginning of the page url but after the context path, i.e. http://manakin-url/DRI/searchImage Modified
  2. appending the XML parameter to the end of the URL, i.e. http://manakin-url/search?XMLImage Modified or http://manakin-url/search?query=texas&page=2&XMLImage Modified

The only difference between these two methods is the whether the XML is passed through the Internationalization (i18n) transformer. The first method returns raw DRI XML with <i18n:text> tags still unprocessed, while the second one resolves them to their corresponding string values. In general, using the DRI/ directive allows for easier navigation though the DRI document, although the ?XML is still useful when access to the raw DRI is needed.

...