Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The ReqSpec documentation indicates URI as reference to external documents but does not provide syntax details #1917

Closed
reteprelief opened this issue Jul 25, 2019 · 1 comment · Fixed by #1919

Comments

@reteprelief
Copy link
Contributor

The online help states:
DocReference ::= URI to an element in an external document

Currently the accepted syntax of the document reference is (not quite a URI):
( folder ‘/’ )* file ‘.’ ext [ ‘#’ ID ('.' ID)* ]

@yoogx
Copy link

yoogx commented Jul 25, 2019

I ran into that as well

Actually, we could follow this recommendation to open directly some MS documents
https://docs.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/ee559408(v=office.14)

We could open a word document, but not reach directly to a specific section

Something similar exists for PDF, this time with capability to link to a specific page or a comment (not a section number)
https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf

e.g. http://example.org/doc.pdf#page=1&comment=452fde0e-fd22-457c-84aa-2cf5bed5a349

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants