aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/validresource.xml
blob: 295c3cc428a6edb1b3a4d7e629cf5b34880ec8b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8" ?>

<routes xmlns="http://symfony.com/schema/routing"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">

    <import resource="validpattern.xml" prefix="/{foo}" host="">
        <default key="foo">123</default>
        <requirement key="foo">\d+</requirement>
        <option key="foo">bar</option>
    </import>
</routes>