@@ -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
0 commit comments