Issue 38662 - RNG: bad value for attribute "start-shape"; bad value for attribute "end-shape"
Summary: RNG: bad value for attribute "start-shape"; bad value for attribute "end-shape"
Status: CLOSED FIXED
Alias: None
Product: xml
Classification: Code
Component: definition (show other issues)
Version: 680m65
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: jogi
QA Contact: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-08 14:31 UTC by jogi
Modified: 2005-02-01 14:07 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Connectors in a Drawing document (7.67 KB, application/octet-stream)
2004-12-08 14:32 UTC, jogi
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description jogi 2004-12-08 14:31:30 UTC
Connector specification has a problem in RNG OASIS Draft #22 - or the
implementation.
Comment 1 jogi 2004-12-08 14:32:24 UTC
Created attachment 20263 [details]
Connectors in a Drawing document
Comment 2 jogi 2004-12-08 14:33:15 UTC
cc'ing CGU and MIB and please send the issue back to CGU because it is his area,
not mine. I have just tested some CWS:IMPRESS17 issues for him....
Comment 3 jogi 2004-12-08 14:33:52 UTC
whole error message:
java -jar ~/q_testtool/tools/jing/bin/jing.jar -i
~/q_testtool/tools/oasis/office-strict-schema-1.0-draft-22.rng content.xml
/home/js93788/.staroffice8/user/work/draw/connectors/content.xml:2:3149: error:
bad value for attribute "id" from namespace
"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
/home/js93788/.staroffice8/user/work/draw/connectors/content.xml:2:3329: error:
bad value for attribute "id" from namespace
"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
/home/js93788/.staroffice8/user/work/draw/connectors/content.xml:2:3762: error:
bad value for attribute "start-shape" from namespace
"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
/home/js93788/.staroffice8/user/work/draw/connectors/content.xml:2:3762: error:
bad value for attribute "end-shape" from namespace
"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
/home/js93788/.staroffice8/user/work/draw/connectors/content.xml:2:4031: error:
bad value for attribute "start-shape" from namespace
"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
/home/js93788/.staroffice8/user/work/draw/connectors/content.xml:2:4031: error:
bad value for attribute "end-shape" from namespace
"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
/home/js93788/.staroffice8/user/work/draw/connectors/content.xml:2:4300: error:
bad value for attribute "start-shape" from namespace
"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
/home/js93788/.staroffice8/user/work/draw/connectors/content.xml:2:4300: error:
bad value for attribute "end-shape" from namespace
"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
/home/js93788/.staroffice8/user/work/draw/connectors/content.xml:2:4570: error:
bad value for attribute "start-shape" from namespace
"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
/home/js93788/.staroffice8/user/work/draw/connectors/content.xml:2:4570: error:
bad value for attribute "end-shape" from namespace
"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
/home/js93788/.staroffice8/user/work/draw/connectors/content.xml:2:4859: error:
bad value for attribute "start-shape" from namespace
"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
/home/js93788/.staroffice8/user/work/draw/connectors/content.xml:2:4859: error:
bad value for attribute "end-shape" from namespace
"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
/home/js93788/.staroffice8/user/work/draw/connectors/content.xml:2:5146: error:
bad value for attribute "start-shape" from namespace
"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
/home/js93788/.staroffice8/user/work/draw/connectors/content.xml:2:5146: error:
bad value for attribute "end-shape" from namespace
"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
/home/js93788/.staroffice8/user/work/draw/connectors/content.xml:2:5432: error:
bad value for attribute "start-shape" from namespace
"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
/home/js93788/.staroffice8/user/work/draw/connectors/content.xml:2:5432: error:
bad value for attribute "end-shape" from namespace
"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
/home/js93788/.staroffice8/user/work/draw/connectors/content.xml:2:5720: error:
bad value for attribute "start-shape" from namespace
"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
/home/js93788/.staroffice8/user/work/draw/connectors/content.xml:2:5720: error:
bad value for attribute "end-shape" from namespace
"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
/home/js93788/.staroffice8/user/work/draw/connectors/content.xml:2:6007: error:
bad value for attribute "start-shape" from namespace
"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
/home/js93788/.staroffice8/user/work/draw/connectors/content.xml:2:6007: error:
bad value for attribute "end-shape" from namespace
"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
Comment 4 clippka 2004-12-10 16:37:42 UTC
problem was that I created pure integer ids for shapes. RelaxNG id must not
start with a numeric character. this is fixed now, all ids are prefixed with id.
Since on import we just use strings for ids, this is even backward compatible.
Comment 5 clippka 2004-12-14 12:42:51 UTC
reopened to send back to qa
Comment 6 clippka 2004-12-14 12:43:12 UTC
send back to qa
Comment 7 clippka 2004-12-14 12:43:22 UTC
set back to fixed
Comment 8 jogi 2004-12-22 12:31:54 UTC
Loading/Saving attached bugdoc with CWS version and NO errors anymore with draft
#22.
Comment 9 jogi 2005-02-01 14:07:45 UTC
ok in m75