I'm reading in an XML doc that contains:
<story>
<content_type>Previews</content_type>
<description>A really cool game.</description>
<download_id/>
<editor_name>Andrew Park</editor_name>
....etc....
</story>
Am I required to specify all XML elements in my binding.xml or can I just ignore the elements I don't want. E.g., I don't want 'description' element. Can I just leave it out of my binding.xml altogether? Initial tests seem to imply the answer is No.
John
