On Friday, October 6, 2006, 6:10:19 PM, Christoph wrote:
.

CAM> Does the SVG standard allow to use it with XML 1.1?

Yes.

Is well-formed according to the version of XML used (either the XML 1.0 [XML10] 
or XML 1.1 [XML11]) and conforms to the corresponding Namespaces in XML 
specification (Namespaces in XML 1.0 [XML-NS10] or Namespaces in XML 1.1 
[XML-NS11]).
http://www.w3.org/TR/SVGMobile12/conform.html#ConformingSVGContent



CAM> i.e. sth. like this:
CAM> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
CAM> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
CAM> "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
CAM> <svg>
CAM> ...
CAM> </svg>


<?xml version="1.1" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg";>
...
</svg>



-- 
 Chris Lilley                    mailto:[EMAIL PROTECTED]
 Interaction Domain Leader
 Co-Chair, W3C SVG Working Group
 W3C Graphics Activity Lead
 Co-Chair, W3C Hypertext CG



-----
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/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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