--- In svg-developers@yahoogroups.com, "Richard D. Spencer"
<[EMAIL PROTECTED]> wrote:

> 2.  various declared svg files are loaded.  Here is the first:
> 
> <svg id="universalContainer">
>   <svg id="widgetsContainer" pointer-events="visible" 
> transform="matrix(1,0,0,1,0,0)" fill-opacity="0.4" >
>     <rect id="backdrop" x="0" y="0" width="100%" height="100%" 
> stroke="black" stroke-width="2" fill="lightblue" />
>   </svg>
> </svg>
> 
> responseText is an exact replication of the original file.

But in that sample the namespace declaration is indeed missing, you
need to have
  <svg xmlns="http://www.w3.org/2000/svg"; id="universalContainer">
    ...
  </svg>
to allow the XML parser to recognize the elements as SVG elements and
not simply as arbitrary XML elements.





-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to