Peter Moulder wrote:
The
http://www.groklaw.net/article.php?story=20050130002908154
article
says "OpenDocument had [prior to submission to TAC] [the advantage of]
[r]euse of existing open standards when possible (SVG, [...])."
Is this correct?
Later, the article says "Enhancements such as XForms, SVG, and SMiL were
needed to meet the `custom-defined schema' requirement."
Does this mean that OpenDocument supports both SVG and this strange
OpenOffice.org Draw format? Why the duplication?
OpenDocument is not attached to OOo.
OpenDocument does not include the old OOoDraw format, but it has its own
format which is similar, and was inspired by the old format.
My understanding (I'm no expert) is that OpenDocument uses only one format
for images, but they regularly copied SVG attributes, using an svg:
namespace. For example, here is a rectangle:
<draw:rect
draw:style-name="gr1" draw:text-style-name="P1"
draw:layer="layout"
svg:width="7.62cm" svg:height="5.715cm" svg:x="8.89cm"
svg:y="9.525cm">
So it includes SVG attributes and non-SVG ones.
Cheers,
--
Daniel Carrera | There is no urge so great as for one man to
Join OOoAuthors today! | edit another man's work.
http://www.oooauthors.org | -- Mark Twain