I can't seem to get SVG displayed although the rest of the page displays 
just fine - is there something I need to do re an xhtml file to display 
SVG ?  Here are the headers which have worked with Rails, webpy, etc

template-main.xhtml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";
      xmlns:svg="http://www.w3.org/2000/svg";>


        <div id="map" class="popup">
        <svg
            xmlns:svg="http://www.w3.org/2000/svg";
            xmlns="http://www.w3.org/2000/svg";
            xmlns:xlink="http://www.w3.org/1999/xlink";
            version="1.0"
            width="675.0"
            height="833.0"
            preserveAspectRatio="none"
            id="svg2" >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pocoo-libs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to