Absolute-path references in OPC
MURATA Makoto
eb2m-mrt at asahi-net.or.jp
Sun Oct 2 23:26:29 CEST 2016
Folks,
In RFC 3986, a relative reference is either an absolute-path
reference (e.g., /foo/bar) or a relative-path reference (e.g., foo/bar).
Since OPC allows a relative reference for the Target attribute of
Relationship elements, both
<Relationship Id="rId1" Target="bar.xml"
Type="http://
<http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet>
example.com/rlt"/>
and
<Relationship Id="rId2" Target="/foo/bar.xml"
Type="http://
<http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet>
example.com/rlt"/>
are correct.
But quite a few people mistakenly think that absolute-path
references are not relative references. We appear to need
a note about this.
Regards,
Makoto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.vse.cz/pipermail/sc34wg4/attachments/20161003/33ed1c4c/attachment.html>
More information about the sc34wg4
mailing list