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

Add URLs to bibdata #9

Closed
opoudjis opened this issue Oct 2, 2018 · 1 comment
Closed

Add URLs to bibdata #9

opoudjis opened this issue Oct 2, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@opoudjis
Copy link
Contributor

opoudjis commented Oct 2, 2018

One for each format that is being output. (May have already done this.)

@opoudjis opoudjis added the bug Something isn't working label Oct 2, 2018
@opoudjis opoudjis self-assigned this Oct 2, 2018
@opoudjis
Copy link
Contributor Author

opoudjis commented Oct 23, 2018

This was done in metanorma-m3d:

      def metadata_source(node, xml)
        return unless node.attr("url")
        xml.source node.attr("url")
      end

Will need to generalise this at metanorma-standoc, to cover all URL types covered under Relaton YAML; that is, uri (unmarked), xml-uri, html-uri, pdf-uri, doc-uri, relaton-uri. The corresponding URI types will be, accordingly, xml, html, pdf, doc, relaton.

opoudjis added a commit to metanorma/metanorma-m3aawg that referenced this issue Oct 23, 2018
opoudjis added a commit to metanorma/metanorma-gb that referenced this issue Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant