projects
/
working
/
NCIPServer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Get rid of the namespace prefix in templates and includes.
[working/NCIPServer.git]
/
templates
/
includes
/
problem.inc
1
<Problem>
2
[% IF problem.Scheme -%]
3
<ProblemType Scheme="[% problem.Scheme | xml %]">
4
[% ELSE -%]
5
<ProblemType>
6
[% END -%]
7
[% problem.ProblemType | xml %]
8
</ProblemType>
9
<ProblemDetail>
10
[% problem.ProblemDetail | xml %]
11
</ProblemDetail>
12
<ProblemElement>
13
[% problem.ProblemElement | xml %]
14
</ProblemElement>
15
<ProblemValue>
16
[% problem.ProblemValue | xml %]
17
</ProblemValue>
18
</Problem>