metanorma-iso 2.0.2 → 2.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/lib/isodoc/iso/html/html_iso_titlepage.html +1 -1
  4. data/lib/isodoc/iso/html/isodoc.css +1 -2
  5. data/lib/isodoc/iso/html/isodoc.scss +0 -1
  6. data/lib/isodoc/iso/html/word_iso_titlepage.html +1 -1
  7. data/lib/isodoc/iso/html/wordstyle.css +20 -0
  8. data/lib/isodoc/iso/html/wordstyle.scss +20 -0
  9. data/lib/isodoc/iso/i18n-en.yaml +29 -2
  10. data/lib/isodoc/iso/i18n-fr.yaml +27 -3
  11. data/lib/isodoc/iso/i18n-ru.yaml +45 -0
  12. data/lib/isodoc/iso/i18n-zh-Hans.yaml +27 -3
  13. data/lib/isodoc/iso/i18n.rb +1 -0
  14. data/lib/isodoc/iso/init.rb +1 -2
  15. data/lib/isodoc/iso/iso.amendment.xsl +1752 -807
  16. data/lib/isodoc/iso/iso.international-standard.xsl +1752 -807
  17. data/lib/isodoc/iso/metadata.rb +12 -2
  18. data/lib/isodoc/iso/presentation_xml_convert.rb +58 -21
  19. data/lib/metanorma/iso/basicdoc.rng +5 -3
  20. data/lib/metanorma/iso/biblio.rng +5 -3
  21. data/lib/metanorma/iso/boilerplate-fr.xml +3 -3
  22. data/lib/metanorma/iso/boilerplate-ru.xml +39 -0
  23. data/lib/metanorma/iso/boilerplate.xml +3 -3
  24. data/lib/metanorma/iso/cleanup.rb +42 -11
  25. data/lib/metanorma/iso/front.rb +1 -1
  26. data/lib/metanorma/iso/front_id.rb +1 -0
  27. data/lib/metanorma/iso/isodoc.rng +73 -3
  28. data/lib/metanorma/iso/processor.rb +14 -7
  29. data/lib/metanorma/iso/validate.rb +30 -2
  30. data/lib/metanorma/iso/validate_image.rb +3 -3
  31. data/lib/metanorma/iso/validate_list.rb +107 -0
  32. data/lib/metanorma/iso/validate_section.rb +42 -34
  33. data/lib/metanorma/iso/validate_style.rb +32 -2
  34. data/lib/metanorma/iso/validate_title.rb +13 -1
  35. data/lib/metanorma/iso/version.rb +1 -1
  36. data/spec/isodoc/amd_spec.rb +10 -5
  37. data/spec/isodoc/i18n_spec.rb +350 -9
  38. data/spec/isodoc/inline_spec.rb +127 -10
  39. data/spec/isodoc/metadata_spec.rb +153 -3
  40. data/spec/isodoc/postproc_spec.rb +3 -4
  41. data/spec/isodoc/section_spec.rb +1 -0
  42. data/spec/isodoc/terms_spec.rb +4 -4
  43. data/spec/isodoc/xref_spec.rb +18 -18
  44. data/spec/metanorma/base_spec.rb +434 -375
  45. data/spec/metanorma/cleanup_spec.rb +11 -11
  46. data/spec/metanorma/refs_spec.rb +333 -65
  47. data/spec/metanorma/section_spec.rb +15 -20
  48. data/spec/metanorma/validate_spec.rb +449 -14
  49. data/spec/spec_helper.rb +6 -4
  50. data/spec/vcr_cassettes/docrels.yml +211 -16
  51. data/spec/vcr_cassettes/withdrawn_iso.yml +301 -0
  52. metadata +6 -3
  53. data/spec/vcr_cassettes/sortrefs.yml +0 -599
@@ -288,6 +288,114 @@ RSpec.describe Metanorma::ISO do
288
288
  OUTPUT
289
289
  end
290
290
 
291
+ it "processes Russian titles" do
292
+ output = Asciidoctor.convert(<<~"INPUT", *OPTIONS)
293
+ = Document title
294
+ Author
295
+ :docfile: test.adoc
296
+ :nodoc:
297
+ :novalid:
298
+ :no-isobib:
299
+ :docnumber: 1000
300
+ :partnumber: 1
301
+ :edition: 2
302
+ :revdate: 2000-01-01
303
+ :draft: 0.3.4
304
+ :language: ru
305
+ :title-intro-en: Introduction
306
+ :title-main-en: Main Title -- Title
307
+ :title-part-en: Title Part
308
+ :title-intro-fr: Introduction Française
309
+ :title-main-fr: Titre Principal
310
+ :title-part-fr: Part du Titre
311
+ :title-intro-ru: Introdukcija Russkaja
312
+ :title-main-ru: Titel Principalnyj
313
+ :title-part-ru: Partija Titel
314
+ :copyright-year: 2000
315
+ :horizontal: true
316
+ INPUT
317
+ expect(xmlpp(output.sub(%r{<boilerplate>.*</boilerplate>}m, "")))
318
+ .to be_equivalent_to xmlpp(<<~"OUTPUT")
319
+ <iso-standard xmlns='https://www.metanorma.org/ns/iso' type='semantic' version='#{Metanorma::ISO::VERSION}'>
320
+ <bibdata type='standard'>
321
+ <title language='en' format='text/plain' type='main'>
322
+ Introduction&#8201;&#8212;&#8201;Main
323
+ Title&#8201;&#8212;&#8201;Title&#8201;&#8212;&#8201;Title Part
324
+ </title>
325
+ <title language='en' format='text/plain' type='title-intro'>Introduction</title>
326
+ <title language='en' format='text/plain' type='title-main'>Main Title&#8201;&#8212;&#8201;Title</title>
327
+ <title language='en' format='text/plain' type='title-part'>Title Part</title>
328
+ <title language='ru' format='text/plain' type='main'>
329
+ Introdukcija Russkaja&#8201;&#8212;&#8201;Titel
330
+ Principalnyj&#8201;&#8212;&#8201;Partija Titel
331
+ </title>
332
+ <title language='ru' format='text/plain' type='title-intro'>Introdukcija Russkaja</title>
333
+ <title language='ru' format='text/plain' type='title-main'>Titel Principalnyj</title>
334
+ <title language='ru' format='text/plain' type='title-part'>Partija Titel</title>
335
+ <title language='fr' format='text/plain' type='main'>
336
+ Introduction Fran&#231;aise&#8201;&#8212;&#8201;Titre
337
+ Principal&#8201;&#8212;&#8201;Part du Titre
338
+ </title>
339
+ <title language='fr' format='text/plain' type='title-intro'>Introduction Fran&#231;aise</title>
340
+ <title language='fr' format='text/plain' type='title-main'>Titre Principal</title>
341
+ <title language='fr' format='text/plain' type='title-part'>Part du Titre</title>
342
+ <docidentifier type='ISO'>ISO 1000-1:2000</docidentifier>
343
+ <docidentifier type='iso-with-lang'>ISO 1000-1:2000(R)</docidentifier>
344
+ <docidentifier type='iso-reference'>ISO 1000-1:2000(R)</docidentifier>
345
+ <docnumber>1000</docnumber>
346
+ <contributor>
347
+ <role type='author'/>
348
+ <organization>
349
+ <name>International Organization for Standardization</name>
350
+ <abbreviation>ISO</abbreviation>
351
+ </organization>
352
+ </contributor>
353
+ <contributor>
354
+ <role type='publisher'/>
355
+ <organization>
356
+ <name>International Organization for Standardization</name>
357
+ <abbreviation>ISO</abbreviation>
358
+ </organization>
359
+ </contributor>
360
+ <edition>2</edition>
361
+ <version>
362
+ <revision-date>2000-01-01</revision-date>
363
+ <draft>0.3.4</draft>
364
+ </version>
365
+ <language>ru</language>
366
+ <script>Cyrl</script>
367
+ <status>
368
+ <stage abbreviation='IS'>60</stage>
369
+ <substage>60</substage>
370
+ </status>
371
+ <copyright>
372
+ <from>2000</from>
373
+ <owner>
374
+ <organization>
375
+ <name>International Organization for Standardization</name>
376
+ <abbreviation>ISO</abbreviation>
377
+ </organization>
378
+ </owner>
379
+ </copyright>
380
+ <ext>
381
+ <doctype>article</doctype>
382
+ <horizontal>true</horizontal>
383
+ <editorialgroup>
384
+ <technical-committee/>
385
+ <subcommittee/>
386
+ <workgroup/>
387
+ </editorialgroup>
388
+ <structuredidentifier>
389
+ <project-number part='1'>ISO 1000</project-number>
390
+ </structuredidentifier>
391
+ <stagename>International standard</stagename>
392
+ </ext>
393
+ </bibdata>
394
+ <sections> </sections>
395
+ </iso-standard>
396
+ OUTPUT
397
+ end
398
+
291
399
  it "processes subdivisions" do
292
400
  output = Asciidoctor.convert(<<~"INPUT", *OPTIONS)
293
401
  = Document title
@@ -675,7 +783,7 @@ RSpec.describe Metanorma::ISO do
675
783
  :docfile: test.adoc
676
784
  :nodoc:
677
785
  :novalid:
678
- :amends: ISO 123;ISO 125
786
+ :amends: ISO 123:2001;ISO 125
679
787
  :obsoletes: ABC 1
680
788
  :successor-of: ABC 2
681
789
  :manifestation-of: ABC 3
@@ -695,398 +803,349 @@ RSpec.describe Metanorma::ISO do
695
803
  INPUT
696
804
  expect(xmlpp(output.sub(%r{<boilerplate>.*</boilerplate>}m, "")))
697
805
  .to be_equivalent_to xmlpp(<<~"OUTPUT")
698
- <iso-standard xmlns="https://www.metanorma.org/ns/iso" type="semantic" version="#{Metanorma::ISO::VERSION}">
699
- <bibdata type='standard'>
700
- <contributor>
701
- <role type='author'/>
702
- <organization>
703
- <name>International Organization for Standardization</name>
704
- <abbreviation>ISO</abbreviation>
705
- </organization>
706
- </contributor>
707
- <contributor>
708
- <role type='publisher'/>
709
- <organization>
710
- <name>International Organization for Standardization</name>
711
- <abbreviation>ISO</abbreviation>
712
- </organization>
713
- </contributor>
714
- <language>en</language>
715
- <script>Latn</script>
716
- <status>
717
- <stage abbreviation='IS'>60</stage>
718
- <substage>60</substage>
719
- </status>
720
- <copyright>
721
- <from>#{Time.new.year}</from>
722
- <owner>
806
+ <iso-standard xmlns="https://www.metanorma.org/ns/iso" type="semantic" version="#{Metanorma::ISO::VERSION}">
807
+ <bibdata type='standard'>
808
+ <contributor>
809
+ <role type='author'/>
723
810
  <organization>
724
811
  <name>International Organization for Standardization</name>
725
812
  <abbreviation>ISO</abbreviation>
726
813
  </organization>
727
- </owner>
728
- </copyright>
729
- <relation type='obsoletes'>
730
- <bibitem>
731
- <title>--</title>
732
- <docidentifier>ABC 1</docidentifier>
733
- </bibitem>
734
- </relation>
735
- <relation type='successorOf'>
736
- <bibitem>
737
- <title>--</title>
738
- <docidentifier>ABC 2</docidentifier>
739
- </bibitem>
740
- </relation>
741
- <relation type='manifestationOf'>
742
- <bibitem>
743
- <title>--</title>
744
- <docidentifier>ABC 3</docidentifier>
745
- </bibitem>
746
- </relation>
747
- <relation type='related'>
748
- <bibitem>
749
- <title>--</title>
750
- <docidentifier>ABC 4</docidentifier>
751
- </bibitem>
752
- </relation>
753
- <relation type='annotationOf'>
754
- <bibitem>
755
- <title>--</title>
756
- <docidentifier>ABC 3a</docidentifier>
757
- </bibitem>
758
- </relation>
759
- <relation type='updates'>
760
- <description>amends</description>
761
- <bibitem type='standard'>
762
- <fetched/>
763
- <title type='title-intro' format='text/plain' language='en' script='Latn'>Rubber latex</title>
764
- <title type='title-main' format='text/plain' language='en' script='Latn'>Sampling</title>
765
- <title type='main' format='text/plain' language='en' script='Latn'>Rubber latex&#8201;&#8212;&#8201;Sampling</title>
766
- <title type='title-intro' format='text/plain' language='fr' script='Latn'>Latex de caoutchouc</title>
767
- <title type='title-main' format='text/plain' language='fr' script='Latn'>&#201;chantillonnage</title>
768
- <title type='main' format='text/plain' language='fr' script='Latn'>Latex de caoutchouc&#8201;&#8212;&#8201;&#201;chantillonnage</title>
769
- <uri type='src'>https://www.iso.org/standard/23281.html</uri>
770
- <uri type='obp'>https://www.iso.org/obp/ui/#!iso:std:23281:en</uri>
771
- <uri type='rss'>https://www.iso.org/contents/data/standard/02/32/23281.detail.rss</uri>
772
- <docidentifier type='ISO'>ISO 123</docidentifier>
773
- <docidentifier type='URN'>urn:iso:std:iso:123:stage-90.93:ed-3:en,fr</docidentifier>
774
- <docnumber>123</docnumber>
775
- <contributor>
776
- <role type='publisher'/>
814
+ </contributor>
815
+ <contributor>
816
+ <role type='publisher'/>
817
+ <organization>
818
+ <name>International Organization for Standardization</name>
819
+ <abbreviation>ISO</abbreviation>
820
+ </organization>
821
+ </contributor>
822
+ <language>en</language>
823
+ <script>Latn</script>
824
+ <status>
825
+ <stage abbreviation='IS'>60</stage>
826
+ <substage>60</substage>
827
+ </status>
828
+ <copyright>
829
+ <from>#{Time.new.year}</from>
830
+ <owner>
777
831
  <organization>
778
832
  <name>International Organization for Standardization</name>
779
833
  <abbreviation>ISO</abbreviation>
780
- <uri>www.iso.org</uri>
781
834
  </organization>
782
- </contributor>
783
- <edition>3</edition>
784
- <language>en</language>
785
- <language>fr</language>
786
- <script>Latn</script>
787
- <status>
788
- <stage>90</stage>
789
- <substage>93</substage>
790
- </status>
791
- <copyright>
792
- <from>2001</from>
793
- <owner>
835
+ </owner>
836
+ </copyright>
837
+ <relation type='obsoletes'>
838
+ <bibitem>
839
+ <title>--</title>
840
+ <docidentifier>ABC 1</docidentifier>
841
+ </bibitem>
842
+ </relation>
843
+ <relation type='successorOf'>
844
+ <bibitem>
845
+ <title>--</title>
846
+ <docidentifier>ABC 2</docidentifier>
847
+ </bibitem>
848
+ </relation>
849
+ <relation type='manifestationOf'>
850
+ <bibitem>
851
+ <title>--</title>
852
+ <docidentifier>ABC 3</docidentifier>
853
+ </bibitem>
854
+ </relation>
855
+ <relation type='related'>
856
+ <bibitem>
857
+ <title>--</title>
858
+ <docidentifier>ABC 4</docidentifier>
859
+ </bibitem>
860
+ </relation>
861
+ <relation type='annotationOf'>
862
+ <bibitem>
863
+ <title>--</title>
864
+ <docidentifier>ABC 3a</docidentifier>
865
+ </bibitem>
866
+ </relation>
867
+ <relation type='updates'>
868
+ <description>amends</description>
869
+ <bibitem type='standard'>
870
+ <fetched/>
871
+ <title type='title-intro' format='text/plain' language='en' script='Latn'>Rubber latex</title>
872
+ <title type='title-main' format='text/plain' language='en' script='Latn'>Sampling</title>
873
+ <title type='main' format='text/plain' language='en' script='Latn'>Rubber latex&#8201;&#8212;&#8201;Sampling</title>
874
+ <title type='title-intro' format='text/plain' language='fr' script='Latn'>Latex de caoutchouc</title>
875
+ <title type='title-main' format='text/plain' language='fr' script='Latn'>&#201;chantillonnage</title>
876
+ <title type='main' format='text/plain' language='fr' script='Latn'>Latex de caoutchouc&#8201;&#8212;&#8201;&#201;chantillonnage</title>
877
+ <uri type='src'>https://www.iso.org/standard/23281.html</uri>
878
+ <uri type='obp'>https://www.iso.org/obp/ui/#!iso:std:23281:en</uri>
879
+ <uri type='rss'>https://www.iso.org/contents/data/standard/02/32/23281.detail.rss</uri>
880
+ <docidentifier type='ISO' primary="true">ISO 123:2001</docidentifier>
881
+ <docidentifier type='URN'>urn:iso:std:iso:123:stage-90.93:ed-3:en,fr</docidentifier>
882
+ <docnumber>123</docnumber>
883
+ <date type='published'><on>2001-05</on></date>
884
+ <contributor>
885
+ <role type='publisher'/>
794
886
  <organization>
795
- <name>ISO</name>
887
+ <name>International Organization for Standardization</name>
888
+ <abbreviation>ISO</abbreviation>
889
+ <uri>www.iso.org</uri>
796
890
  </organization>
797
- </owner>
798
- </copyright>
799
- <relation type='obsoletes'>
800
- <bibitem type='standard'>
801
- <formattedref format='text/plain'>ISO 123:1985</formattedref>
802
- </bibitem>
803
- </relation>
804
- <relation type='instance'>
805
- <bibitem type='standard'>
806
- <fetched/>
807
- <title type='title-intro' format='text/plain' language='en' script='Latn'>Rubber latex</title>
808
- <title type='title-main' format='text/plain' language='en' script='Latn'>Sampling</title>
809
- <title type='main' format='text/plain' language='en' script='Latn'>Rubber latex&#8201;&#8212;&#8201;Sampling</title>
810
- <title type='title-intro' format='text/plain' language='fr' script='Latn'>Latex de caoutchouc</title>
811
- <title type='title-main' format='text/plain' language='fr' script='Latn'>&#201;chantillonnage</title>
812
- <title type='main' format='text/plain' language='fr' script='Latn'>Latex de caoutchouc&#8201;&#8212;&#8201;&#201;chantillonnage</title>
813
- <uri type='src'>https://www.iso.org/standard/23281.html</uri>
814
- <uri type='obp'>https://www.iso.org/obp/ui/#!iso:std:23281:en</uri>
815
- <uri type='rss'>https://www.iso.org/contents/data/standard/02/32/23281.detail.rss</uri>
816
- <docidentifier type='ISO'>ISO 123:2001</docidentifier>
817
- <docidentifier type='URN'>urn:iso:std:iso:123:stage-90.93:ed-3:en,fr</docidentifier>
818
- <docnumber>123</docnumber>
819
- <date type='published'>
820
- <on>2001-05</on>
821
- </date>
822
- <contributor>
823
- <role type='publisher'/>
891
+ </contributor>
892
+ <edition>3</edition>
893
+ <note type='Unpublished-Status'><p>Withdrawn.</p></note>
894
+ <language>en</language>
895
+ <language>fr</language>
896
+ <script>Latn</script>
897
+ <abstract format='text/plain' language='en' script='Latn'>
898
+ This International Standard specifies procedures for sampling natural
899
+ rubber latex concentrate and for sampling synthetic rubber latices and
900
+ artificial latices. It is also suitable for sampling rubber latex
901
+ contained in drums, tank cars or tanks. The procedures may also be
902
+ used for sampling plastics dispersions.
903
+ </abstract>
904
+ <abstract format='text/plain' language='fr' script='Latn'>
905
+ La pr&#233;sente Norme internationale sp&#233;cifie des m&#233;thodes
906
+ d&#8217;&#233;chantillonnage pour des concentr&#233;s de latex de
907
+ caoutchouc naturel et pour &#233;chantillonner des latex de caoutchouc
908
+ synth&#233;tique et des latex artificiels. Elle s&#8217;applique
909
+ &#233;galement &#224; l&#8217;&#233;chantillonnage de latex de
910
+ caoutchouc contenus dans des f&#251;ts, citernes routi&#232;res ou de
911
+ stockage. Le mode op&#233;ratoire peut aussi &#234;tre utilis&#233;
912
+ pour l&#8217;&#233;chantillonnage de dispersions de plastiques.
913
+ </abstract>
914
+ <status>
915
+ <stage>90</stage>
916
+ <substage>93</substage>
917
+ </status>
918
+ <copyright>
919
+ <from>2001</from>
920
+ <owner>
824
921
  <organization>
825
- <name>International Organization for Standardization</name>
826
- <abbreviation>ISO</abbreviation>
827
- <uri>www.iso.org</uri>
922
+ <name>ISO</name>
828
923
  </organization>
829
- </contributor>
830
- <edition>3</edition>
831
- <language>en</language>
832
- <language>fr</language>
833
- <script>Latn</script>
834
- <abstract format='text/plain' language='en' script='Latn'>
835
- This International Standard specifies procedures for sampling
836
- natural rubber latex concentrate and for sampling synthetic rubber
837
- latices and artificial latices. It is also suitable for sampling
838
- rubber latex contained in drums, tank cars or tanks. The
839
- procedures may also be used for sampling plastics dispersions.
840
- </abstract>
841
- <abstract format='text/plain' language='fr' script='Latn'>
842
- La pr&#233;sente Norme internationale sp&#233;cifie des
843
- m&#233;thodes d&#8217;&#233;chantillonnage pour des
844
- concentr&#233;s de latex de caoutchouc naturel et pour
845
- &#233;chantillonner des latex de caoutchouc synth&#233;tique et
846
- des latex artificiels. Elle s&#8217;applique &#233;galement &#224;
847
- l&#8217;&#233;chantillonnage de latex de caoutchouc contenus dans
848
- des f&#251;ts, citernes routi&#232;res ou de stockage. Le mode
849
- op&#233;ratoire peut aussi &#234;tre utilis&#233; pour
850
- l&#8217;&#233;chantillonnage de dispersions de plastiques.
851
- </abstract>
852
- <status>
853
- <stage>90</stage>
854
- <substage>93</substage>
855
- </status>
856
- <copyright>
857
- <from>2001</from>
858
- <owner>
859
- <organization>
860
- <name>ISO</name>
861
- </organization>
862
- </owner>
863
- </copyright>
864
- <relation type='obsoletes'>
865
- <bibitem type='standard'>
866
- <formattedref format='text/plain'>ISO 123:1985</formattedref>
867
- </bibitem>
868
- </relation>
869
- <place>Geneva</place>
870
- </bibitem>
871
- </relation>
872
- <place>Geneva</place>
873
- </bibitem>
874
- </relation>
875
- <relation type='updates'>
876
- <description>amends</description>
877
- <bibitem type='standard'>
878
- <fetched/>
879
- <title type='title-intro' format='text/plain' language='en' script='Latn'>Natural rubber latex concentrate</title>
880
- <title type='title-main' format='text/plain' language='en' script='Latn'>Determination of alkalinity</title>
881
- <title type='main' format='text/plain' language='en' script='Latn'>
882
- Natural rubber latex concentrate&#8201;&#8212;&#8201;Determination of
883
- alkalinity
884
- </title>
885
- <title type='title-intro' format='text/plain' language='fr' script='Latn'>Latex concentr&#233; de caoutchouc naturel</title>
886
- <title type='title-main' format='text/plain' language='fr' script='Latn'>D&#233;termination de l&#8217;alcalinit&#233;</title>
887
- <title type='main' format='text/plain' language='fr' script='Latn'>
888
- Latex concentr&#233; de caoutchouc
889
- naturel&#8201;&#8212;&#8201;D&#233;termination de
890
- l&#8217;alcalinit&#233;
891
- </title>
892
- <uri type='src'>https://www.iso.org/standard/72849.html</uri>
893
- <uri type='obp'>https://www.iso.org/obp/ui/#!iso:std:72849:en</uri>
894
- <uri type='rss'>https://www.iso.org/contents/data/standard/07/28/72849.detail.rss</uri>
895
- <docidentifier type='ISO'>ISO 125</docidentifier>
896
- <docidentifier type='URN'>urn:iso:std:iso:125:stage-60.60:ed-7:en,fr</docidentifier>
897
- <docnumber>125</docnumber>
898
- <contributor>
899
- <role type='publisher'/>
900
- <organization>
901
- <name>International Organization for Standardization</name>
902
- <abbreviation>ISO</abbreviation>
903
- <uri>www.iso.org</uri>
904
- </organization>
905
- </contributor>
906
- <edition>7</edition>
907
- <language>en</language>
908
- <language>fr</language>
909
- <script>Latn</script>
910
- <status>
911
- <stage>60</stage>
912
- <substage>60</substage>
913
- </status>
914
- <copyright>
915
- <from>2020</from>
916
- <owner>
924
+ </owner>
925
+ </copyright>
926
+ <relation type='obsoletes'>
927
+ <bibitem type='standard'>
928
+ <formattedref format='text/plain'>ISO 123:1985</formattedref>
929
+ </bibitem>
930
+ </relation>
931
+ <place>Geneva</place>
932
+ </bibitem>
933
+ </relation>
934
+ <relation type='updates'>
935
+ <description>amends</description>
936
+ <bibitem type='standard'>
937
+ <fetched/>
938
+ <title type='title-intro' format='text/plain' language='en' script='Latn'>Natural rubber latex concentrate</title>
939
+ <title type='title-main' format='text/plain' language='en' script='Latn'>Determination of alkalinity</title>
940
+ <title type='main' format='text/plain' language='en' script='Latn'>
941
+ Natural rubber latex concentrate&#8201;&#8212;&#8201;Determination of
942
+ alkalinity
943
+ </title>
944
+ <title type='title-intro' format='text/plain' language='fr' script='Latn'>Latex concentr&#233; de caoutchouc naturel</title>
945
+ <title type='title-main' format='text/plain' language='fr' script='Latn'>D&#233;termination de l&#8217;alcalinit&#233;</title>
946
+ <title type='main' format='text/plain' language='fr' script='Latn'>
947
+ Latex concentr&#233; de caoutchouc
948
+ naturel&#8201;&#8212;&#8201;D&#233;termination de
949
+ l&#8217;alcalinit&#233;
950
+ </title>
951
+ <uri type='src'>https://www.iso.org/standard/72849.html</uri>
952
+ <uri type='obp'>https://www.iso.org/obp/ui/#!iso:std:72849:en</uri>
953
+ <uri type='rss'>https://www.iso.org/contents/data/standard/07/28/72849.detail.rss</uri>
954
+ <docidentifier type='ISO' primary="true">ISO 125</docidentifier>
955
+ <docidentifier type='URN'>urn:iso:std:iso:125:stage-60.60:ed-7:en,fr</docidentifier>
956
+ <docnumber>125</docnumber>
957
+ <contributor>
958
+ <role type='publisher'/>
917
959
  <organization>
918
- <name>ISO</name>
960
+ <name>International Organization for Standardization</name>
961
+ <abbreviation>ISO</abbreviation>
962
+ <uri>www.iso.org</uri>
919
963
  </organization>
920
- </owner>
921
- </copyright>
922
- <relation type='obsoletes'>
923
- <bibitem type='standard'>
924
- <formattedref format='text/plain'>ISO 125:2011</formattedref>
925
- </bibitem>
926
- </relation>
927
- <relation type='instance'>
928
- <bibitem type='standard'>
929
- <fetched/>
930
- <title type='title-intro' format='text/plain' language='en' script='Latn'>Natural rubber latex concentrate</title>
931
- <title type='title-main' format='text/plain' language='en' script='Latn'>Determination of alkalinity</title>
932
- <title type='main' format='text/plain' language='en' script='Latn'>
933
- Natural rubber latex concentrate&#8201;&#8212;&#8201;Determination
934
- of alkalinity
935
- </title>
936
- <title type='title-intro' format='text/plain' language='fr' script='Latn'>Latex concentr&#233; de caoutchouc naturel</title>
937
- <title type='title-main' format='text/plain' language='fr' script='Latn'>D&#233;termination de l&#8217;alcalinit&#233;</title>
938
- <title type='main' format='text/plain' language='fr' script='Latn'>
939
- Latex concentr&#233; de caoutchouc
940
- naturel&#8201;&#8212;&#8201;D&#233;termination de
941
- l&#8217;alcalinit&#233;
942
- </title>
943
- <uri type='src'>https://www.iso.org/standard/72849.html</uri>
944
- <uri type='obp'>https://www.iso.org/obp/ui/#!iso:std:72849:en</uri>
945
- <uri type='rss'>https://www.iso.org/contents/data/standard/07/28/72849.detail.rss</uri>
946
- <docidentifier type='ISO'>ISO 125:2020</docidentifier>
947
- <docidentifier type='URN'>urn:iso:std:iso:125:stage-60.60:ed-7:en,fr</docidentifier>
948
- <docnumber>125</docnumber>
949
- <date type='published'>
950
- <on>2020-02</on>
951
- </date>
952
- <contributor>
953
- <role type='publisher'/>
964
+ </contributor>
965
+ <edition>7</edition>
966
+ <language>en</language>
967
+ <language>fr</language>
968
+ <script>Latn</script>
969
+ <status>
970
+ <stage>60</stage>
971
+ <substage>60</substage>
972
+ </status>
973
+ <copyright>
974
+ <from>2020</from>
975
+ <owner>
954
976
  <organization>
955
- <name>International Organization for Standardization</name>
956
- <abbreviation>ISO</abbreviation>
957
- <uri>www.iso.org</uri>
977
+ <name>ISO</name>
958
978
  </organization>
959
- </contributor>
960
- <edition>7</edition>
961
- <language>en</language>
962
- <language>fr</language>
963
- <script>Latn</script>
964
- <abstract format='text/plain' language='en' script='Latn'>
965
- This document specifies a method for the determination of the
966
- alkalinity of natural rubber latex concentrate. The method is not
967
- necessarily suitable for latices from natural sources other than
968
- Hevea brasiliensis or for synthetic rubber latices, compounded
969
- latex, vulcanized latex or artificial dispersions of rubber. NOTE
970
- A method for the determination of the alkalinity of
971
- polychloroprene latex is specified in ISO 13773.
972
- </abstract>
973
- <abstract format='text/plain' language='fr' script='Latn'>
974
- Le pr&#233;sent document sp&#233;cifie une m&#233;thode de
975
- d&#233;termination de l&#8217;alcalinit&#233; du latex
976
- concentr&#233; de caoutchouc naturel. La m&#233;thode ne convient
977
- pas n&#233;cessairement aux latex d&#8217;origine naturelle autres
978
- que l&#8217;Hevea brasiliensis ou aux latex de caoutchouc de
979
- synth&#232;se, aux latex formul&#233;s, aux latex vulcanis&#233;s
980
- ou aux dispersions artificielles de caoutchouc. NOTE Une
981
- m&#233;thode de d&#233;termination de l&#8217;alcalinit&#233; du
982
- latex de polychloropr&#232;ne est sp&#233;cifi&#233;e dans
983
- l&#8217;ISO 13773.
984
- </abstract>
985
- <status>
986
- <stage>60</stage>
987
- <substage>60</substage>
988
- </status>
989
- <copyright>
990
- <from>2020</from>
991
- <owner>
979
+ </owner>
980
+ </copyright>
981
+ <relation type='obsoletes'>
982
+ <bibitem type='standard'>
983
+ <formattedref format='text/plain'>ISO 125:2011</formattedref>
984
+ </bibitem>
985
+ </relation>
986
+ <relation type='instance'>
987
+ <bibitem type='standard'>
988
+ <fetched/>
989
+ <title type='title-intro' format='text/plain' language='en' script='Latn'>Natural rubber latex concentrate</title>
990
+ <title type='title-main' format='text/plain' language='en' script='Latn'>Determination of alkalinity</title>
991
+ <title type='main' format='text/plain' language='en' script='Latn'>
992
+ Natural rubber latex concentrate&#8201;&#8212;&#8201;Determination
993
+ of alkalinity
994
+ </title>
995
+ <title type='title-intro' format='text/plain' language='fr' script='Latn'>Latex concentr&#233; de caoutchouc naturel</title>
996
+ <title type='title-main' format='text/plain' language='fr' script='Latn'>D&#233;termination de l&#8217;alcalinit&#233;</title>
997
+ <title type='main' format='text/plain' language='fr' script='Latn'>
998
+ Latex concentr&#233; de caoutchouc
999
+ naturel&#8201;&#8212;&#8201;D&#233;termination de
1000
+ l&#8217;alcalinit&#233;
1001
+ </title>
1002
+ <uri type='src'>https://www.iso.org/standard/72849.html</uri>
1003
+ <uri type='obp'>https://www.iso.org/obp/ui/#!iso:std:72849:en</uri>
1004
+ <uri type='rss'>https://www.iso.org/contents/data/standard/07/28/72849.detail.rss</uri>
1005
+ <docidentifier type='ISO' primary="true">ISO 125:2020</docidentifier>
1006
+ <docidentifier type='URN'>urn:iso:std:iso:125:stage-60.60:ed-7:en,fr</docidentifier>
1007
+ <docnumber>125</docnumber>
1008
+ <date type='published'>
1009
+ <on>2020-02</on>
1010
+ </date>
1011
+ <contributor>
1012
+ <role type='publisher'/>
992
1013
  <organization>
993
- <name>ISO</name>
1014
+ <name>International Organization for Standardization</name>
1015
+ <abbreviation>ISO</abbreviation>
1016
+ <uri>www.iso.org</uri>
994
1017
  </organization>
995
- </owner>
996
- </copyright>
997
- <relation type='obsoletes'>
998
- <bibitem type='standard'>
999
- <formattedref format='text/plain'>ISO 125:2011</formattedref>
1000
- </bibitem>
1001
- </relation>
1002
- <place>Geneva</place>
1003
- </bibitem>
1004
- </relation>
1005
- <place>Geneva</place>
1006
- </bibitem>
1007
- </relation>
1008
- <relation type='obsoletes'>
1009
- <description>replaces</description>
1010
- <bibitem>
1011
- <title>--</title>
1012
- <docidentifier>ABC 5</docidentifier>
1013
- </bibitem>
1014
- </relation>
1015
- <relation type='obsoletes'>
1016
- <description>supersedes</description>
1017
- <bibitem>
1018
- <title>--</title>
1019
- <docidentifier>ABC 6</docidentifier>
1020
- </bibitem>
1021
- </relation>
1022
- <relation type='updates'>
1023
- <description>corrects</description>
1024
- <bibitem>
1025
- <title>--</title>
1026
- <docidentifier>ABC 7</docidentifier>
1027
- </bibitem>
1028
- </relation>
1029
- <relation type='isCitedIn'>
1030
- <description>informatively cited in</description>
1031
- <bibitem>
1032
- <title>--</title>
1033
- <docidentifier>ABC 8</docidentifier>
1034
- </bibitem>
1035
- </relation>
1036
- <relation type='cites'>
1037
- <description>informatively cites</description>
1038
- <bibitem>
1039
- <title>--</title>
1040
- <docidentifier>ABC 9</docidentifier>
1041
- </bibitem>
1042
- </relation>
1043
- <relation type='cites'>
1044
- <description>normatively cites</description>
1045
- <bibitem>
1046
- <title>--</title>
1047
- <docidentifier>ABC 11</docidentifier>
1048
- </bibitem>
1049
- </relation>
1050
- <relation type='adoptedFrom'>
1051
- <description>identical adopted from</description>
1052
- <bibitem>
1053
- <title>--</title>
1054
- <docidentifier>ABC 12</docidentifier>
1055
- </bibitem>
1056
- </relation>
1057
- <relation type='adoptedFrom'>
1058
- <description>modified adopted from</description>
1059
- <bibitem>
1060
- <title>--</title>
1061
- <docidentifier>ABC 13</docidentifier>
1062
- </bibitem>
1063
- </relation>
1064
- <relation type='related'>
1065
- <description>related directive</description>
1066
- <bibitem>
1067
- <title>--</title>
1068
- <docidentifier>ABC 14</docidentifier>
1069
- </bibitem>
1070
- </relation>
1071
- <relation type='related'>
1072
- <description>related mandate</description>
1073
- <bibitem>
1074
- <title>--</title>
1075
- <docidentifier>ABC 15</docidentifier>
1076
- </bibitem>
1077
- </relation>
1078
- <ext>
1079
- <doctype>article</doctype>
1080
- <editorialgroup>
1081
- <technical-committee/>
1082
- <subcommittee/>
1083
- <workgroup/>
1084
- </editorialgroup>
1085
- <stagename>International standard</stagename>
1086
- </ext>
1087
- </bibdata>
1088
- <sections> </sections>
1089
- </iso-standard>
1018
+ </contributor>
1019
+ <edition>7</edition>
1020
+ <language>en</language>
1021
+ <language>fr</language>
1022
+ <script>Latn</script>
1023
+ <abstract format='text/plain' language='en' script='Latn'>
1024
+ This document specifies a method for the determination of the
1025
+ alkalinity of natural rubber latex concentrate. The method is not
1026
+ necessarily suitable for latices from natural sources other than
1027
+ Hevea brasiliensis or for synthetic rubber latices, compounded
1028
+ latex, vulcanized latex or artificial dispersions of rubber. NOTE
1029
+ A method for the determination of the alkalinity of
1030
+ polychloroprene latex is specified in ISO 13773.
1031
+ </abstract>
1032
+ <abstract format='text/plain' language='fr' script='Latn'>
1033
+ Le pr&#233;sent document sp&#233;cifie une m&#233;thode de
1034
+ d&#233;termination de l&#8217;alcalinit&#233; du latex
1035
+ concentr&#233; de caoutchouc naturel. La m&#233;thode ne convient
1036
+ pas n&#233;cessairement aux latex d&#8217;origine naturelle autres
1037
+ que l&#8217;Hevea brasiliensis ou aux latex de caoutchouc de
1038
+ synth&#232;se, aux latex formul&#233;s, aux latex vulcanis&#233;s
1039
+ ou aux dispersions artificielles de caoutchouc. NOTE Une
1040
+ m&#233;thode de d&#233;termination de l&#8217;alcalinit&#233; du
1041
+ latex de polychloropr&#232;ne est sp&#233;cifi&#233;e dans
1042
+ l&#8217;ISO 13773.
1043
+ </abstract>
1044
+ <status>
1045
+ <stage>60</stage>
1046
+ <substage>60</substage>
1047
+ </status>
1048
+ <copyright>
1049
+ <from>2020</from>
1050
+ <owner>
1051
+ <organization>
1052
+ <name>ISO</name>
1053
+ </organization>
1054
+ </owner>
1055
+ </copyright>
1056
+ <relation type='obsoletes'>
1057
+ <bibitem type='standard'>
1058
+ <formattedref format='text/plain'>ISO 125:2011</formattedref>
1059
+ </bibitem>
1060
+ </relation>
1061
+ <place>Geneva</place>
1062
+ </bibitem>
1063
+ </relation>
1064
+ <place>Geneva</place>
1065
+ </bibitem>
1066
+ </relation>
1067
+ <relation type='obsoletes'>
1068
+ <description>replaces</description>
1069
+ <bibitem>
1070
+ <title>--</title>
1071
+ <docidentifier>ABC 5</docidentifier>
1072
+ </bibitem>
1073
+ </relation>
1074
+ <relation type='obsoletes'>
1075
+ <description>supersedes</description>
1076
+ <bibitem>
1077
+ <title>--</title>
1078
+ <docidentifier>ABC 6</docidentifier>
1079
+ </bibitem>
1080
+ </relation>
1081
+ <relation type='updates'>
1082
+ <description>corrects</description>
1083
+ <bibitem>
1084
+ <title>--</title>
1085
+ <docidentifier>ABC 7</docidentifier>
1086
+ </bibitem>
1087
+ </relation>
1088
+ <relation type='isCitedIn'>
1089
+ <description>informatively cited in</description>
1090
+ <bibitem>
1091
+ <title>--</title>
1092
+ <docidentifier>ABC 8</docidentifier>
1093
+ </bibitem>
1094
+ </relation>
1095
+ <relation type='cites'>
1096
+ <description>informatively cites</description>
1097
+ <bibitem>
1098
+ <title>--</title>
1099
+ <docidentifier>ABC 9</docidentifier>
1100
+ </bibitem>
1101
+ </relation>
1102
+ <relation type='cites'>
1103
+ <description>normatively cites</description>
1104
+ <bibitem>
1105
+ <title>--</title>
1106
+ <docidentifier>ABC 11</docidentifier>
1107
+ </bibitem>
1108
+ </relation>
1109
+ <relation type='adoptedFrom'>
1110
+ <description>identical adopted from</description>
1111
+ <bibitem>
1112
+ <title>--</title>
1113
+ <docidentifier>ABC 12</docidentifier>
1114
+ </bibitem>
1115
+ </relation>
1116
+ <relation type='adoptedFrom'>
1117
+ <description>modified adopted from</description>
1118
+ <bibitem>
1119
+ <title>--</title>
1120
+ <docidentifier>ABC 13</docidentifier>
1121
+ </bibitem>
1122
+ </relation>
1123
+ <relation type='related'>
1124
+ <description>related directive</description>
1125
+ <bibitem>
1126
+ <title>--</title>
1127
+ <docidentifier>ABC 14</docidentifier>
1128
+ </bibitem>
1129
+ </relation>
1130
+ <relation type='related'>
1131
+ <description>related mandate</description>
1132
+ <bibitem>
1133
+ <title>--</title>
1134
+ <docidentifier>ABC 15</docidentifier>
1135
+ </bibitem>
1136
+ </relation>
1137
+ <ext>
1138
+ <doctype>article</doctype>
1139
+ <editorialgroup>
1140
+ <technical-committee/>
1141
+ <subcommittee/>
1142
+ <workgroup/>
1143
+ </editorialgroup>
1144
+ <stagename>International standard</stagename>
1145
+ </ext>
1146
+ </bibdata>
1147
+ <sections> </sections>
1148
+ </iso-standard>
1090
1149
  OUTPUT
1091
1150
  end
1092
1151
  end