Skip to content

Commit f70947f

Browse files
committed
[#6015] Add missing xsi namespace definition
1 parent 6098c17 commit f70947f

File tree

8 files changed

+18
-0
lines changed

8 files changed

+18
-0
lines changed

cookbook/assetic/apply_to_option.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ An example configuration might look like this:
3030
<?xml version="1.0" encoding="UTF-8"?>
3131
<container xmlns="http://symfony.com/schema/dic/services"
3232
xmlns:assetic="http://symfony.com/schema/dic/assetic"
33+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3334
xsi:schemaLocation="http://symfony.com/schema/dic/services
3435
http://symfony.com/schema/dic/services/services-1.0.xsd
3536
http://symfony.com/schema/dic/assetic
@@ -149,6 +150,7 @@ In this case you can specify that the ``coffee`` filter is applied to all
149150
<?xml version="1.0" encoding="UTF-8"?>
150151
<container xmlns="http://symfony.com/schema/dic/services"
151152
xmlns:assetic="http://symfony.com/schema/dic/assetic"
153+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
152154
xsi:schemaLocation="http://symfony.com/schema/dic/services
153155
http://symfony.com/schema/dic/services/services-1.0.xsd
154156
http://symfony.com/schema/dic/assetic

cookbook/assetic/asset_management.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ configuration under the ``assetic`` section. Read more in the
302302
<?xml version="1.0" encoding="UTF-8"?>
303303
<container xmlns="http://symfony.com/schema/dic/services"
304304
xmlns:assetic="http://symfony.com/schema/dic/assetic"
305+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
305306
xsi:schemaLocation="http://symfony.com/schema/dic/services
306307
http://symfony.com/schema/dic/services/services-1.0.xsd
307308
http://symfony.com/schema/dic/assetic
@@ -395,6 +396,7 @@ should be defined:
395396
<?xml version="1.0" encoding="UTF-8"?>
396397
<container xmlns="http://symfony.com/schema/dic/services"
397398
xmlns:assetic="http://symfony.com/schema/dic/assetic"
399+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
398400
xsi:schemaLocation="http://symfony.com/schema/dic/services
399401
http://symfony.com/schema/dic/services/services-1.0.xsd
400402
http://symfony.com/schema/dic/assetic
@@ -544,6 +546,7 @@ the following change in your ``config_dev.yml`` file:
544546
<?xml version="1.0" encoding="UTF-8"?>
545547
<container xmlns="http://symfony.com/schema/dic/services"
546548
xmlns:assetic="http://symfony.com/schema/dic/assetic"
549+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
547550
xsi:schemaLocation="http://symfony.com/schema/dic/services
548551
http://symfony.com/schema/dic/services/services-1.0.xsd
549552
http://symfony.com/schema/dic/assetic

cookbook/assetic/jpeg_optimize.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ using the ``bin`` option of the ``jpegoptim`` filter:
3333
<?xml version="1.0" encoding="UTF-8"?>
3434
<container xmlns="http://symfony.com/schema/dic/services"
3535
xmlns:assetic="http://symfony.com/schema/dic/assetic"
36+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3637
xsi:schemaLocation="http://symfony.com/schema/dic/services
3738
http://symfony.com/schema/dic/services/services-1.0.xsd
3839
http://symfony.com/schema/dic/assetic
@@ -100,6 +101,7 @@ to ``true``:
100101
<?xml version="1.0" encoding="UTF-8"?>
101102
<container xmlns="http://symfony.com/schema/dic/services"
102103
xmlns:assetic="http://symfony.com/schema/dic/assetic"
104+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
103105
xsi:schemaLocation="http://symfony.com/schema/dic/services
104106
http://symfony.com/schema/dic/services/services-1.0.xsd
105107
http://symfony.com/schema/dic/assetic
@@ -150,6 +152,7 @@ be at the expense of its quality:
150152
<?xml version="1.0" encoding="UTF-8"?>
151153
<container xmlns="http://symfony.com/schema/dic/services"
152154
xmlns:assetic="http://symfony.com/schema/dic/assetic"
155+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
153156
xsi:schemaLocation="http://symfony.com/schema/dic/services
154157
http://symfony.com/schema/dic/services/services-1.0.xsd
155158
http://symfony.com/schema/dic/assetic
@@ -201,6 +204,7 @@ following configuration:
201204
<?xml version="1.0" encoding="UTF-8"?>
202205
<container xmlns="http://symfony.com/schema/dic/services"
203206
xmlns:assetic="http://symfony.com/schema/dic/assetic"
207+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
204208
xsi:schemaLocation="http://symfony.com/schema/dic/services
205209
http://symfony.com/schema/dic/services/services-1.0.xsd
206210
http://symfony.com/schema/dic/assetic
@@ -260,6 +264,7 @@ file:
260264
<?xml version="1.0" encoding="UTF-8"?>
261265
<container xmlns="http://symfony.com/schema/dic/services"
262266
xmlns:assetic="http://symfony.com/schema/dic/assetic"
267+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
263268
xsi:schemaLocation="http://symfony.com/schema/dic/services
264269
http://symfony.com/schema/dic/services/services-1.0.xsd
265270
http://symfony.com/schema/dic/assetic

cookbook/assetic/php.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ First, configure a new ``scssphp`` Assetic filter:
9292
<?xml version="1.0" charset="UTF-8" ?>
9393
<container xmlns="http://symfony.com/schema/dic/services"
9494
xmlns:assetic="http://symfony.com/schema/dic/assetic"
95+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9596
xsi:schemaLocation="http://symfony.com/schema/dic/services
9697
http://symfony.com/schema/dic/services/services-1.0.xsd
9798
http://symfony.com/schema/dic/assetic
@@ -164,6 +165,7 @@ First, configure a new ``jsqueeze`` Assetic filter as follows:
164165
<?xml version="1.0" charset="UTF-8" ?>
165166
<container xmlns="http://symfony.com/schema/dic/services"
166167
xmlns:assetic="http://symfony.com/schema/dic/assetic"
168+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
167169
xsi:schemaLocation="http://symfony.com/schema/dic/services
168170
http://symfony.com/schema/dic/services/services-1.0.xsd
169171
http://symfony.com/schema/dic/assetic

cookbook/assetic/uglifyjs.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ your JavaScripts:
8282
<?xml version="1.0" encoding="UTF-8"?>
8383
<container xmlns="http://symfony.com/schema/dic/services"
8484
xmlns:assetic="http://symfony.com/schema/dic/assetic"
85+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8586
xsi:schemaLocation="http://symfony.com/schema/dic/services
8687
http://symfony.com/schema/dic/services/services-1.0.xsd
8788
http://symfony.com/schema/dic/assetic
@@ -149,6 +150,7 @@ can configure its location using the ``node`` key:
149150
<?xml version="1.0" encoding="UTF-8"?>
150151
<container xmlns="http://symfony.com/schema/dic/services"
151152
xmlns:assetic="http://symfony.com/schema/dic/assetic"
153+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
152154
xsi:schemaLocation="http://symfony.com/schema/dic/services
153155
http://symfony.com/schema/dic/services/services-1.0.xsd
154156
http://symfony.com/schema/dic/assetic
@@ -274,6 +276,7 @@ Next, add the configuration for this filter:
274276
<?xml version="1.0" encoding="UTF-8"?>
275277
<container xmlns="http://symfony.com/schema/dic/services"
276278
xmlns:assetic="http://symfony.com/schema/dic/assetic"
279+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
277280
xsi:schemaLocation="http://symfony.com/schema/dic/services
278281
http://symfony.com/schema/dic/services/services-1.0.xsd
279282
http://symfony.com/schema/dic/assetic

cookbook/assetic/yuicompressor.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ stylesheets:
4646
<?xml version="1.0" encoding="UTF-8"?>
4747
<container xmlns="http://symfony.com/schema/dic/services"
4848
xmlns:assetic="http://symfony.com/schema/dic/assetic"
49+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4950
xsi:schemaLocation="http://symfony.com/schema/dic/services
5051
http://symfony.com/schema/dic/services/services-1.0.xsd
5152
http://symfony.com/schema/dic/assetic

cookbook/configuration/override_dir_structure.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ the ``extra.symfony-web-dir`` option in the ``composer.json`` file:
138138
<?xml version="1.0" encoding="UTF-8"?>
139139
<container xmlns="http://symfony.com/schema/dic/services"
140140
xmlns:assetic="http://symfony.com/schema/dic/assetic"
141+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
141142
xsi:schemaLocation="http://symfony.com/schema/dic/services
142143
http://symfony.com/schema/dic/services/services-1.0.xsd
143144
http://symfony.com/schema/dic/assetic

reference/configuration/assetic.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Full Default Configuration
5858
<?xml version="1.0" encoding="UTF-8"?>
5959
<container xmlns="http://symfony.com/schema/dic/services"
6060
xmlns:assetic="http://symfony.com/schema/dic/assetic"
61+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6162
xsi:schemaLocation="http://symfony.com/schema/dic/services
6263
http://symfony.com/schema/dic/services/services-1.0.xsd
6364
http://symfony.com/schema/dic/assetic

0 commit comments

Comments
 (0)