templates/conf/obj.conf

changeset 10
e3ae779232a9
parent 6
ce8fecc9847d
child 12
34aa8001ea53
equal deleted inserted replaced
9:30e51941a673 10:e3ae779232a9
3 # 3 #
4 # NSAPI configuration 4 # NSAPI configuration
5 # 5 #
6 6
7 <Object name="default"> 7 <Object name="default">
8 NameTrans fn="test-nametrans" 8 NameTrans fn="assign-name" from="/hello" name="hello"
9 Service fn="test-service" 9 ObjectType fn="type-by-extension"
10 Service fn="send-file"
10 </Object> 11 </Object>
11 12
12 <Object ppath="/hello"> 13 <Object name="hello">
13 Service fn="service-hello" 14 Service fn="service-hello"
14 </Object> 15 </Object>
15 16

mercurial