Question about XML Source. (SSIS 2005) -
11-27-2005
, 03:07 AM
I met the following problem when extracting data from XML using "XML Source"
connector:
The root element of the XML file does not appear in the list of available
elements. For example, if I have XML like that:
<element1 attribute 1…>
<element2>
<element3>
</element3>
</element2>
</element1>
I can extract the data from elements 2 and 3, but element 1 is inaccessible.
What is the reason?
--
Thank you,
Zachar Rise |