Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sandroasp
Created May 6, 2012 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sandroasp/2624279 to your computer and use it in GitHub Desktop.
Save sandroasp/2624279 to your computer and use it in GitHub Desktop.
Result if we change the order of the association, Example ScriptingFunctoidSample
<ns0:PeopleTarget xmlns:ns0="http://HowMapsWorks.PeopleTarget">
<Person>
<Name>Jose Antonio</Name>
<Sex>M</Sex>
</Person>
<Person>
<Name>Rui Barbosa</Name>
<Sex>M</Sex>
</Person>
<Person>
<Name>Sandro Pereira</Name>
<Sex>M</Sex>
</Person>
<Person>
<Name>Elsa Ligia</Name>
<Sex>F</Sex>
</Person>
<Person>
<Name>Pedro Lamas</Name>
<Sex>M</Sex>
</Person>
</ns0:PeopleTarget>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment