Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 3 |
liveuser |
1 |
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
2 |
<routes xmlns="http://symfony.com/schema/routing"
|
|
|
3 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
4 |
xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
|
|
|
5 |
|
|
|
6 |
<route id="blog_show" path="/blog/{slug}">
|
|
|
7 |
<default key="foo" xsi:nil="true" />
|
|
|
8 |
<default key="bar" xsi:nil="1" />
|
|
|
9 |
<default key="foobar" xsi:nil="false">foo</default>
|
|
|
10 |
<default key="baz" xsi:nil="0">bar</default>
|
|
|
11 |
</route>
|
|
|
12 |
</routes>
|