Thread: Svg
View Single Post
  #17  
Old 02-13-2006, 05:59 PM
kevina kevina is online now
Registered User
 
Join Date: 03-26-2003
Posts: 825
Actually it isn't so much that <svg is there instead of <?xml, but rather that the <?xml ...> leading tag is simply missing from the svg files.

You can quite easily fix these svg files by adding something like this to the start of these xml (text) files (copied from a valid .svg file):

<?xml version="1.0" standalone="no"?>
Reply With Quote