Guest User

Untitled

a guest
Dec 12th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. oc := OrderedCollection new.
  2. data collection do: [ :e |
  3. dict := Dictionary new.
  4. dict at: #CategoryName put: ( ( e nodes elementAt: 'CategoryName' ) contentString ).
  5. dict at: #CategoryId put: ( ( e nodes elementAt: 'CategoryID' ) contentString ).
  6. oc add: dict.
  7. ].
Add Comment
Please, Sign In to add comment