Implemented removing unreferenced id attributes
This commit is contained in:
parent
f3dd5cccb9
commit
438594d6aa
2 changed files with 115 additions and 16 deletions
9
tests/foo.xml
Normal file
9
tests/foo.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<foo xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<bar id="johansen" />
|
||||
<baz xlink:href="#johansen"/>
|
||||
<bar id="scarlett">
|
||||
<fudge id="f1" fill="url(#scarlett)"/>
|
||||
</bar>
|
||||
|
||||
<fudge id="f2" stroke="url(#scarlett)"/>
|
||||
</foo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue