repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changed to use Authenticate asp.net event instead of Authorize
[castle.git]
/
MonoRail
/
TestSiteBrail
/
Views
/
dsl
/
testXml.brail
blob
85a523972c0f216a42c2b76e34b8e74d610bca6f
1
<%
\r
2
dsl xml:
\r
3
rss:
\r
4
channel:
\r
5
title:
\r
6
text "RSS DSL"
\r
7
end
\r
8
for name in items:
\r
9
item:
\r
10
title:
\r
11
text "Title: ${name}"
\r
12
end
\r
13
description:
\r
14
text "Description: ${name}"
\r
15
end
\r
16
end
\r
17
end
\r
18
end
\r
19
\r
20
end
\r
21
end
\r
22
%>