~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to webservice/dhis-webservice-expoze/src/main/resources/xmlOrganisationUnitLevels.vm

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<organisationUnitLevels>
 
3
#foreach ( $level in $object )
 
4
        <organisationUnitLevel>
 
5
            <id>$level.id</id>
 
6
            <level>$level.level</level>
 
7
            <name>$!encoder.xmlEncode( $level.name )</name>
 
8
        </organisationUnitLevel>
 
9
#end
 
10
</organisationUnitLevels>
 
 
b'\\ No newline at end of file'