cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1062
Views
1
Helpful
1
Replies

Advanced Cisco NSO Services definition

vkostenko
Level 1
Level 1

I did quick review of sample services open-sourced under <github account > and found that mostly they are tightly coupled with NEDs
for example :


Can someone advice me :

  • which template engine is used to render mentioned XML templates ?
  • how can I use for loop OR if statement in templates ?
1 Reply 1

vkostenko
Level 1
Level 1

Found Answer here - https://github.com/NSO-developer/nso-5-day-training/blob/master/LectureNotes/NSO_Training_Lecture_Notes.pdf

<option foreach="{/foobar}">
  <attr when="{/name='foo'}">

    <name>foo</name>

  </attr>

  <attr when="{/name='bar'}">

    <name>bar</name>

  </attr>

</option >