Publish the profile in the Sone.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 14 Oct 2010 06:10:29 +0000 (08:10 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 14 Oct 2010 06:10:29 +0000 (08:10 +0200)
src/main/resources/templates/insert/sone.xml

index 0bb35b0..5f72f18 100644 (file)
@@ -3,4 +3,10 @@
 
        <name><% currentSone.name|html></name>
 
+       <profile>
+               <first-name><% currentSone.profile.firstName|html></first-name>
+               <middle-name><% currentSone.profile.middleName|html></middle-name>
+               <last-name><% currentSone.profile.lastName|html></last-name>
+       </profile>
+
 </sone>