-
Notifications
You must be signed in to change notification settings - Fork 1
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
ISO/IEC Coding Guidelines: URL processing #239
Labels
enhancement
New feature or request
Comments
mnconvert updated. Now
Examples:
|
Intelligent2013
added a commit
that referenced
this issue
Sep 15, 2022
mn2xml.xslt updated for uri and ext-link processing, #239
Repository owner
moved this from 🏗 In progress
to ✅ Done
in Metanorma
Sep 15, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Source: #190
uri
:Example:
<p>Further information is available at <uri>http://my.url</uri> on the interweb.</p>
<ext-link>
is using for incomplete URLs, e.g. URLs withouthttp://
<ext-link>
is using display text and the actual link are different:Example:
<ext-link xlink:href="http://www.surveymonkey.com/s/20000-1">ISO/IEC 20000-1 online survey</ext-link></p>
The text was updated successfully, but these errors were encountered: