--- In svg-developers@yahoogroups.com, "Christoph Anton Mitterer"
<[EMAIL PROTECTED]> wrote:


> Does the SVG standard allow to use it with XML 1.1?
> i.e. sth. like this:
> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
                 ^^^^
You would need 1.1 there I think for XML 1.1.

I think in theory it is possible to use XML 1.1 however you might have
problems finding an implementation that supports XML 1.1.
Opera 9's XML parser supports XML 1.1 as far as I know so one could
try a test case with Opera 9:

<http://home.arcor.de/martin.honnen/svg/test2006100701.svg>

Opera 9 parses that just fine for me while for the same document
written as XML 1.0 

<http://home.arcor.de/martin.honnen/svg/test2006100702.svg>

it correctly reports a well-formedness error "invalid character
reference".

Firefox 1.5 however does not support XML 1.1, it reports a syntax
error for the XML declaration with version="1.1".


What exactly do you need that XML 1.1 offers but XML 1.0 does not offer?






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