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

ISO: Boilerplate text should be in Metanorma-ISO instead of stylesheet #1

Closed
ronaldtse opened this issue Nov 21, 2019 · 4 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@ronaldtse
Copy link
Contributor

ronaldtse commented Nov 21, 2019

These lines should refer to Metanorma XML content:

<fo:block-container font-size="10pt" margin-top="12pt" margin-bottom="6pt" margin-left="1.5mm" margin-right="1.5mm" border="0.5pt solid black">
<fo:block text-align="center" font-weight="bold">Warning for WDs and CD</fo:block>
<fo:block margin-top="6pt" margin-bottom="6pt">This document is not an ISO International Standard. It is distributed for review and comment. It is subject to change without notice and may not be referred to as an International Standard.</fo:block>
<fo:block>Recipients of this draft are invited to submit, with their comments, notification of any relevant patent rights of which they are aware and to provide supporting documentation.</fo:block>
</fo:block-container>
</fo:flow>
</fo:page-sequence>
<fo:page-sequence master-reference="document" format="i" force-page-count="no-force">
<xsl:call-template name="insertHeaderFooter"/>
<fo:flow flow-name="xsl-region-body">
<fo:block-container margin-top="12pt" margin-bottom="6pt" margin-left="1.5mm" margin-right="1.5mm" border="0.5pt solid black">
<fo:block margin-bottom="12pt">© ISO 2019, Published in Switzerland.</fo:block>
<fo:block font-size="10pt" margin-bottom="12pt">All rights reserved. Unless otherwise specified, no part of this publication may be reproduced or utilized otherwise in any form or by any means, electronic or mechanical, including photocopying, or posting on the internet or an intranet, without prior written permission. Permission can be requested from either ISO at the address below or ISO’s member body in the country of the requester.</fo:block>
<fo:block font-size="10pt" text-indent="7.1mm">
<fo:block>ISO copyright office</fo:block>
<fo:block>Ch. de Blandonnet 8 • CP 401</fo:block>
<fo:block>CH-1214 Vernier, Geneva, Switzerland</fo:block>
<fo:block>Tel. + 41 22 749 01 11</fo:block>
<fo:block>Fax + 41 22 749 09 47</fo:block>
<fo:block>copyright@iso.org</fo:block>
<fo:block>www.iso.org</fo:block>

This can only be done after the upstream issue is complete:
metanorma/metanorma-iso#292

This is for @Intelligent2013

@opoudjis
Copy link
Contributor

opoudjis commented Nov 26, 2019

This is resolved now:

The copyright notice, starting with "© ISO 2019, Published in Switzerland.", appears now in iso-standard/boilerplate/copyright-statement; e.g.

<boilerplate>
  <copyright-statement>
    <clause>
    <p id="authority1">
    © ISO 2019, Published in Switzerland
  </p>

  <p id="authority2">
    All rights
reserved. Unless otherwise specified, no part of this publication may be
reproduced or utilized otherwise in any form or by any means, electronic or
mechanical, including photocopying, or posting on the internet or an intranet,
without prior written permission. Permission can be requested from either ISO
at the address below or ISO's member body in the country of the requester.
  </p>

  <p id="authority3" align="left">
    ISO copyright office<br/>
    Ch. de Blandonnet 8 • CP 401<br/>
    CH-1214 Vernier, Geneva, Switzerland<br/>
    Tel.   + 41 22 749 01 11<br/>
    Fax   + 41 22 749 09 47<br/>
    copyright@iso.org<br/>
    www.iso.org
  </p>
</clause>
  </copyright-statement>

The "Warning for WDs and CD" clause, which is optional, appears now in iso-standard/boilerplate/license-statement; e.g.

<boilerplate>
...
<license-statement>
    <clause>
<title>Warning for WDs and CDs</title>

<p>This
document is not an ISO International Standard. It is distributed for review and
comment. It is subject to change without notice and may not be referred to as
an International Standard.</p>

<p>Recipients
of this draft are invited to submit, with their comments, notification of any
relevant patent rights of which they are aware and to provide supporting
documentation.</p>
</clause>
  </license-statement>

</boilerplate>

Note that you will need to pull metanorma-iso from github to see this, until the next gem release.

I am attaching a sample.

a.xml.zip

@opoudjis opoudjis assigned Intelligent2013 and unassigned opoudjis Nov 26, 2019
@Intelligent2013
Copy link
Contributor

Intelligent2013 commented Nov 27, 2019

I've fixed the issue in mn-iso.xsl. The text should be displayed after iso xml update.

@ronaldtse
Copy link
Contributor Author

@Intelligent2013 the documents have been updated, let's see if #14 works.

@ronaldtse
Copy link
Contributor Author

Closed in #14 .

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

3 participants