xml document is an XML representation of data from a class
consisting of 4 students; they have an ID, a name, and their skill(s) in programming.
This is a well-formed document.
Listing of webstudentsOK.xml
Linda Jones
Access, VB5.0
Adam Davidson
Cobol, MainFrame
Charles Boyer
HTML, Photoshop
Charles Mann
Cobol, MainFrame
The webstudentsOK2.xml document has all the students of the first document, and it
has an additional student, James Bond added to the end of the document, as shown
in the following listing.
Listing of webstudetnsOK2.xml
Linda Jones
Access, VB5.0
Adam Davidson
Creating a SSIS Package with an XML Task
[ 178 ]
Cobol, MainFrame
Charles Boyer
SSIS, SQL 2005
Charles Mann
Cobol, MainFrame
James Bond
Killer Apps
Documents Used for XSLT XMLTask Type
This is same as the first document, webstudentsOK.
Pages:
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135