Multiple choice technology

Parse XML activity is used for

  1. Converting an XML string to a XML schema tree, based on the XSD or DTD specified

  2. Taking an instance of an XML schema element and transform it to a stream of bytes containing XML or an XML string

  3. Both

  4. None

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Parse XML activity converts an XML string into an XML schema tree structure based on a specified XSD or DTD. Option B describes the inverse operation (generating XML from a schema element tree), which is handled by Render XML or similar activities, not Parse XML.