<?xml version="1.0" encoding="UTF-8"?>
<response>
  <message>This is an XML response for testing scraper API content type handling</message>
  <status>success</status>
  <data>
    <title>XML Content Page</title>
    <description>This endpoint returns a properly formatted XML response with application/xml content type header</description>
    <items>
      <item>First item in the list</item>
      <item>Second item with additional details</item>
      <item>Third item that completes the example</item>
    </items>
  </data>
  <metadata>
    <created>2024-01-11</created>
    <version>1.0.0</version>
    <purpose>Testing XML content type parsing</purpose>
  </metadata>
  <details>The XML content is designed to be substantial enough (over 200 characters) to test real-world scraper scenarios. XML is a common data format used by many APIs and web applications, so it's important that your scraper can handle it correctly. This response includes nested elements, attributes, and various data types for comprehensive testing.</details>
</response>