]> git.evergreen-ils.org Git - working/NCIPServer.git/blob - templates/includes/problem.inc
Add xml filter on the new template include files.
[working/NCIPServer.git] / templates / includes / problem.inc
1 <Problem>
2 <ProblemType>
3 [% problem.ProblemType | xml %]
4 </ProblemType>
5 <ProblemDetail>
6 [% problem.ProblemDetail | xml %]
7 </ProblemDetail>
8 <ProblemElement>
9 [% problem.ProblemElement | xml %]
10 </ProblemElement>
11 <ProblemValue>
12 [% problem.ProblemValue | xml %]
13 </ProblemValue>
14 </Problem>