<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>A Guide to Inkscape - Web Examples</title>
<meta name="generator" content="Bluefish 1.0.4"/>
<meta name="author" content="Tavmjong Bah"/>
<meta name="date" content="2006-02-09T06:31:17+0100"/>
<meta name="copyright" content="Copyright 2006"/>
<meta name="keywords" content="Inkscape, Drawing, SVG, Guide to Inkscape"/>
<meta name="description" content=""/>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8"/>
<meta http-equiv="Content-Style-Type" content="text/css"/>
<link rel="stylesheet" href="../html/manual.css" type="text/css"/>

</head>

<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <div class="navheader">
  <table width="100%" summary="Navigation header">
   <tr><th colspan="3" align="center">A Guide to Inkscape - Web Examples (xml)</th></tr>
   <tr>
    <td width="20%" align="left"> <a accesskey="p" href="web_examples.html"><img src="../images/navigation/prev.png" alt="Prev"/></a></td>
    <th width="60%" align="center"> </th>
    <td width="20%" align="right">  </td>
   </tr>
  </table>
  <hr/>
 </div>

 <div class="book" lang="en">
  <div class="titlepage">
   <div>
    <h1 class="title"><a name="InkscapeManuel"></a>A Guide to Inkscape - Web Examples (xml)</h1>
   </div>
  </div>
 </div>

 <h2>An SVG rectangle (via Name spaces)</h2>

 <p>
  Firefox insists that XHTML files end in .xml.
  IE 6 and 7beta do not handle files that end in .xml, nor
  do they handle XHTML with names spaces.
 </p>
 <!-- Created with Inkscape (http://www.inkscape.org/) -->
 <svg
    xmlns:svg="http://www.w3.org/2000/svg"
    xmlns="http://www.w3.org/2000/svg"
    version="1.0"
    width="150"
    height="150"
    id="svg1341">
   <defs
      id="defs1343" />
   <g
      id="layer1">
     <rect
        width="90"
        height="90"
        x="30"
        y="30"
        style="fill:#0000ff;fill-opacity:0.75;stroke:#000000;stroke-width:1px"
        id="rect1353" />
   </g>
 </svg>
 <a href="../images/WEB/web_square_namespace.xml">Source</a>

 <div class="navfooter">
  <hr/>
  <table width="100%" summary="Navigation footer">
   <tr>
    <td width="40%" align="left">  <a accesskey="p" href="web_examples.html"><img src="../images/navigation/prev.png" alt="Prev"/></a> </td>
    <td width="20%" align="center"><a accesskey="u" href="../../index.html" ><img src="../images/navigation/up.png"   alt="Up"/></a></td>
    <td width="40%" align="right"> </td>
   </tr>
   <tr>
    <td width="40%" align="left" valign="top">Web Examples </td>
    <td width="20%" align="center"><a accesskey="h" href="../html/index.html"><img src="../images/navigation/home.png" alt="Table of Contents"/></a></td>
    <td width="40%" align="right" valign="top"> </td>
   </tr>
  </table>
 </div>
 <hr/>
 <p class="copyright">© 2006 Tavmjong Bah.<img src="../images/Feather3.png" alt=""/></p>
</body>
</html>
