Source: chunks.xml

This is the XML source file that the Reading an XML Document Using Chunking example uses.

XML Source File (chunks.xml)

<?xml version="1.0"?>
<root>
  <child myAttribute="this is a somewhat longer attribute value">
    This is a somewhat longer value for an element.
  </child>
</root>

See Also

Concepts

Output from XmlLiteChunkReader