-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCollinandDavidJournal
36 lines (28 loc) · 1001 Bytes
/
CollinandDavidJournal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
11/17/2016 1:30pm
Collin- created a XML class, we know we will be handed a ResultSet object and Array list of Attribute objects
-Will not return anything
-They will just have to call XML()
-Copied while loop from example to traverse the ResultSet
Collin 5:45pm
- adding to the while loop printing tags before printing each attribute as
I argue that I have put in grouping, alias handling and printing table name and name
I have not done any formating yet but made a variable to keep track of spaces.
I have not done any compression yet
--<A_Record>
<NAME1 table="Table1" name="AttributeName1">
AttributeValue11
</NAME1>
<TagName>
<NAME2 table="Table1" name="AttributeName2">
AttributeValue12
</NAME2>
<ATTRIBUTENAME3 table="Table1"name="AttributeName3">
AttributeValue13
</ATTRIBUTENAME3>
</TagName>
</name1>
</A_Record>
Collin 11/22/2016-
team meeting, worked on compression, testing
collin 11/25/2016
worked and finished compression.