Comment 2 for bug 168631

Revision history for this message
Frodrigo (frodrigo) wrote : Re: xml-stylesheet

Use 0.45.1, same probleme with SVN (0.45+devel, built Dec 12 2007).
Open a file begins with
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml-stylesheet type="text/css" href="default.css" ?>
<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://web.resource.org/cc/"

And save it. Now we have:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://web.resource.org/cc/"

We just lost css import line.