About svg document

Guest
03-14-2005, 12:37 AM
hi all,
Could you tell me about svg document ? see below
<?xml version="1.0" encoding="utf-8"?><svg width="600px" height="400px" viewbox="0 0 600 400" xmlns:xlink="http://www.w3.org/1999/xlink">

the sentence "xmlns:xlink="http://www.w3.org/1999/xlink" . it is the DTD for svg file, right? i must write it if i'll create svg file?
thanks in advance

hauke
03-21-2005, 10:00 AM
The following is an example document type declaration for an SVG document:<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="600px" height="400px" ...SVG Namespace, Public Identifier and System Identifier (http://www.w3.org/TR/SVG11/intro.html#Namespace)

 
Web mp2kmag.com
mapforums.com

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum