metanorma-iso 2.0.3 → 2.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/lib/isodoc/iso/html/header.html +42 -33
  4. data/lib/isodoc/iso/html/html_iso_titlepage.html +1 -1
  5. data/lib/isodoc/iso/html/isodoc.css +9 -7
  6. data/lib/isodoc/iso/html/isodoc.scss +7 -5
  7. data/lib/isodoc/iso/html/style-human.css +0 -1
  8. data/lib/isodoc/iso/html/style-human.scss +0 -1
  9. data/lib/isodoc/iso/html/style-iso.css +0 -1
  10. data/lib/isodoc/iso/html/style-iso.scss +0 -1
  11. data/lib/isodoc/iso/html/word_iso_titlepage.html +12 -11
  12. data/lib/isodoc/iso/html/wordstyle.css +46 -19
  13. data/lib/isodoc/iso/html/wordstyle.scss +52 -25
  14. data/lib/isodoc/iso/i18n-en.yaml +29 -2
  15. data/lib/isodoc/iso/i18n-fr.yaml +27 -3
  16. data/lib/isodoc/iso/i18n-ru.yaml +45 -0
  17. data/lib/isodoc/iso/i18n-zh-Hans.yaml +27 -3
  18. data/lib/isodoc/iso/i18n.rb +1 -0
  19. data/lib/isodoc/iso/init.rb +1 -2
  20. data/lib/isodoc/iso/iso.amendment.xsl +1204 -615
  21. data/lib/isodoc/iso/iso.international-standard.xsl +1204 -615
  22. data/lib/isodoc/iso/metadata.rb +12 -2
  23. data/lib/isodoc/iso/presentation_xml_convert.rb +58 -21
  24. data/lib/metanorma/iso/boilerplate-fr.xml +6 -7
  25. data/lib/metanorma/iso/boilerplate-ru.xml +37 -0
  26. data/lib/metanorma/iso/boilerplate.xml +6 -7
  27. data/lib/metanorma/iso/cleanup.rb +48 -11
  28. data/lib/metanorma/iso/front.rb +1 -1
  29. data/lib/metanorma/iso/front_id.rb +2 -0
  30. data/lib/metanorma/iso/isodoc.rng +73 -3
  31. data/lib/metanorma/iso/processor.rb +14 -7
  32. data/lib/metanorma/iso/validate.rb +30 -2
  33. data/lib/metanorma/iso/validate_image.rb +3 -3
  34. data/lib/metanorma/iso/validate_list.rb +122 -0
  35. data/lib/metanorma/iso/validate_section.rb +39 -32
  36. data/lib/metanorma/iso/validate_style.rb +32 -2
  37. data/lib/metanorma/iso/validate_title.rb +13 -1
  38. data/lib/metanorma/iso/version.rb +1 -1
  39. data/metanorma-iso.gemspec +1 -1
  40. data/spec/isodoc/amd_spec.rb +10 -5
  41. data/spec/isodoc/i18n_spec.rb +350 -9
  42. data/spec/isodoc/inline_spec.rb +127 -10
  43. data/spec/isodoc/metadata_spec.rb +153 -3
  44. data/spec/isodoc/postproc_spec.rb +3 -4
  45. data/spec/isodoc/section_spec.rb +1 -0
  46. data/spec/isodoc/terms_spec.rb +4 -4
  47. data/spec/metanorma/base_spec.rb +434 -326
  48. data/spec/metanorma/cleanup_spec.rb +11 -11
  49. data/spec/metanorma/refs_spec.rb +273 -61
  50. data/spec/metanorma/section_spec.rb +18 -26
  51. data/spec/metanorma/validate_spec.rb +448 -17
  52. data/spec/spec_helper.rb +6 -4
  53. data/spec/vcr_cassettes/docrels.yml +393 -0
  54. data/spec/vcr_cassettes/withdrawn_iso.yml +301 -0
  55. metadata +10 -5
@@ -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
@@ -695,348 +803,348 @@ 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:2001</docidentifier>
773
- <docidentifier type='URN'>urn:iso:std:iso:123:stage-90.93:ed-3:en,fr</docidentifier>
774
- <docnumber>123</docnumber>
775
- <date type='published'><on>2001-05</on></date>
776
- <contributor>
777
- <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>
778
831
  <organization>
779
832
  <name>International Organization for Standardization</name>
780
833
  <abbreviation>ISO</abbreviation>
781
- <uri>www.iso.org</uri>
782
834
  </organization>
783
- </contributor>
784
- <edition>3</edition>
785
- <language>en</language>
786
- <language>fr</language>
787
- <script>Latn</script>
788
- <abstract format='text/plain' language='en' script='Latn'>
789
- This International Standard specifies procedures for sampling natural
790
- rubber latex concentrate and for sampling synthetic rubber latices and
791
- artificial latices. It is also suitable for sampling rubber latex
792
- contained in drums, tank cars or tanks. The procedures may also be
793
- used for sampling plastics dispersions.
794
- </abstract>
795
- <abstract format='text/plain' language='fr' script='Latn'>
796
- La pr&#233;sente Norme internationale sp&#233;cifie des m&#233;thodes
797
- d&#8217;&#233;chantillonnage pour des concentr&#233;s de latex de
798
- caoutchouc naturel et pour &#233;chantillonner des latex de caoutchouc
799
- synth&#233;tique et des latex artificiels. Elle s&#8217;applique
800
- &#233;galement &#224; l&#8217;&#233;chantillonnage de latex de
801
- caoutchouc contenus dans des f&#251;ts, citernes routi&#232;res ou de
802
- stockage. Le mode op&#233;ratoire peut aussi &#234;tre utilis&#233;
803
- pour l&#8217;&#233;chantillonnage de dispersions de plastiques.
804
- </abstract>
805
- <status>
806
- <stage>90</stage>
807
- <substage>93</substage>
808
- </status>
809
- <copyright>
810
- <from>2001</from>
811
- <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'/>
812
886
  <organization>
813
- <name>ISO</name>
887
+ <name>International Organization for Standardization</name>
888
+ <abbreviation>ISO</abbreviation>
889
+ <uri>www.iso.org</uri>
814
890
  </organization>
815
- </owner>
816
- </copyright>
817
- <relation type='obsoletes'>
818
- <bibitem type='standard'>
819
- <formattedref format='text/plain'>ISO 123:1985</formattedref>
820
- </bibitem>
821
- </relation>
822
- <place>Geneva</place>
823
- </bibitem>
824
- </relation>
825
- <relation type='updates'>
826
- <description>amends</description>
827
- <bibitem type='standard'>
828
- <fetched/>
829
- <title type='title-intro' format='text/plain' language='en' script='Latn'>Natural rubber latex concentrate</title>
830
- <title type='title-main' format='text/plain' language='en' script='Latn'>Determination of alkalinity</title>
831
- <title type='main' format='text/plain' language='en' script='Latn'>
832
- Natural rubber latex concentrate&#8201;&#8212;&#8201;Determination of
833
- alkalinity
834
- </title>
835
- <title type='title-intro' format='text/plain' language='fr' script='Latn'>Latex concentr&#233; de caoutchouc naturel</title>
836
- <title type='title-main' format='text/plain' language='fr' script='Latn'>D&#233;termination de l&#8217;alcalinit&#233;</title>
837
- <title type='main' format='text/plain' language='fr' script='Latn'>
838
- Latex concentr&#233; de caoutchouc
839
- naturel&#8201;&#8212;&#8201;D&#233;termination de
840
- l&#8217;alcalinit&#233;
841
- </title>
842
- <uri type='src'>https://www.iso.org/standard/72849.html</uri>
843
- <uri type='obp'>https://www.iso.org/obp/ui/#!iso:std:72849:en</uri>
844
- <uri type='rss'>https://www.iso.org/contents/data/standard/07/28/72849.detail.rss</uri>
845
- <docidentifier type='ISO'>ISO 125</docidentifier>
846
- <docidentifier type='URN'>urn:iso:std:iso:125:stage-60.60:ed-7:en,fr</docidentifier>
847
- <docnumber>125</docnumber>
848
- <contributor>
849
- <role type='publisher'/>
850
- <organization>
851
- <name>International Organization for Standardization</name>
852
- <abbreviation>ISO</abbreviation>
853
- <uri>www.iso.org</uri>
854
- </organization>
855
- </contributor>
856
- <edition>7</edition>
857
- <language>en</language>
858
- <language>fr</language>
859
- <script>Latn</script>
860
- <status>
861
- <stage>60</stage>
862
- <substage>60</substage>
863
- </status>
864
- <copyright>
865
- <from>2020</from>
866
- <owner>
891
+ </contributor>
892
+ <edition>3</edition>
893
+ <language>en</language>
894
+ <language>fr</language>
895
+ <script>Latn</script>
896
+ <abstract format='text/plain' language='en' script='Latn'>
897
+ This International Standard specifies procedures for sampling natural
898
+ rubber latex concentrate and for sampling synthetic rubber latices and
899
+ artificial latices. It is also suitable for sampling rubber latex
900
+ contained in drums, tank cars or tanks. The procedures may also be
901
+ used for sampling plastics dispersions.
902
+ </abstract>
903
+ <abstract format='text/plain' language='fr' script='Latn'>
904
+ La pr&#233;sente Norme internationale sp&#233;cifie des m&#233;thodes
905
+ d&#8217;&#233;chantillonnage pour des concentr&#233;s de latex de
906
+ caoutchouc naturel et pour &#233;chantillonner des latex de caoutchouc
907
+ synth&#233;tique et des latex artificiels. Elle s&#8217;applique
908
+ &#233;galement &#224; l&#8217;&#233;chantillonnage de latex de
909
+ caoutchouc contenus dans des f&#251;ts, citernes routi&#232;res ou de
910
+ stockage. Le mode op&#233;ratoire peut aussi &#234;tre utilis&#233;
911
+ pour l&#8217;&#233;chantillonnage de dispersions de plastiques.
912
+ </abstract>
913
+ <status>
914
+ <stage>90</stage>
915
+ <substage>93</substage>
916
+ </status>
917
+ <copyright>
918
+ <from>2001</from>
919
+ <owner>
920
+ <organization>
921
+ <name>ISO</name>
922
+ </organization>
923
+ </owner>
924
+ </copyright>
925
+ <relation type='obsoletes'>
926
+ <bibitem type='standard'>
927
+ <formattedref format='text/plain'>ISO 123:1985</formattedref>
928
+ </bibitem>
929
+ </relation>
930
+ <place>Geneva</place>
931
+ </bibitem>
932
+ </relation>
933
+ <relation type='updates'>
934
+ <description>amends</description>
935
+ <bibitem type='standard'>
936
+ <fetched/>
937
+ <title type='title-intro' format='text/plain' language='en' script='Latn'>Natural rubber latex concentrate</title>
938
+ <title type='title-main' format='text/plain' language='en' script='Latn'>Determination of alkalinity</title>
939
+ <title type='main' format='text/plain' language='en' script='Latn'>
940
+ Natural rubber latex concentrate&#8201;&#8212;&#8201;Determination of
941
+ alkalinity
942
+ </title>
943
+ <title type='title-intro' format='text/plain' language='fr' script='Latn'>Latex concentr&#233; de caoutchouc naturel</title>
944
+ <title type='title-main' format='text/plain' language='fr' script='Latn'>D&#233;termination de l&#8217;alcalinit&#233;</title>
945
+ <title type='main' format='text/plain' language='fr' script='Latn'>
946
+ Latex concentr&#233; de caoutchouc
947
+ naturel&#8201;&#8212;&#8201;D&#233;termination de
948
+ l&#8217;alcalinit&#233;
949
+ </title>
950
+ <uri type='src'>https://www.iso.org/standard/72849.html</uri>
951
+ <uri type='obp'>https://www.iso.org/obp/ui/#!iso:std:72849:en</uri>
952
+ <uri type='rss'>https://www.iso.org/contents/data/standard/07/28/72849.detail.rss</uri>
953
+ <docidentifier type='ISO' primary="true">ISO 125</docidentifier>
954
+ <docidentifier type='URN'>urn:iso:std:iso:125:stage-60.60:ed-7:en,fr</docidentifier>
955
+ <docnumber>125</docnumber>
956
+ <contributor>
957
+ <role type='publisher'/>
867
958
  <organization>
868
- <name>ISO</name>
959
+ <name>International Organization for Standardization</name>
960
+ <abbreviation>ISO</abbreviation>
961
+ <uri>www.iso.org</uri>
869
962
  </organization>
870
- </owner>
871
- </copyright>
872
- <relation type='obsoletes'>
873
- <bibitem type='standard'>
874
- <formattedref format='text/plain'>ISO 125:2011</formattedref>
875
- </bibitem>
876
- </relation>
877
- <relation type='instance'>
878
- <bibitem type='standard'>
879
- <fetched/>
880
- <title type='title-intro' format='text/plain' language='en' script='Latn'>Natural rubber latex concentrate</title>
881
- <title type='title-main' format='text/plain' language='en' script='Latn'>Determination of alkalinity</title>
882
- <title type='main' format='text/plain' language='en' script='Latn'>
883
- Natural rubber latex concentrate&#8201;&#8212;&#8201;Determination
884
- of alkalinity
885
- </title>
886
- <title type='title-intro' format='text/plain' language='fr' script='Latn'>Latex concentr&#233; de caoutchouc naturel</title>
887
- <title type='title-main' format='text/plain' language='fr' script='Latn'>D&#233;termination de l&#8217;alcalinit&#233;</title>
888
- <title type='main' format='text/plain' language='fr' script='Latn'>
889
- Latex concentr&#233; de caoutchouc
890
- naturel&#8201;&#8212;&#8201;D&#233;termination de
891
- l&#8217;alcalinit&#233;
892
- </title>
893
- <uri type='src'>https://www.iso.org/standard/72849.html</uri>
894
- <uri type='obp'>https://www.iso.org/obp/ui/#!iso:std:72849:en</uri>
895
- <uri type='rss'>https://www.iso.org/contents/data/standard/07/28/72849.detail.rss</uri>
896
- <docidentifier type='ISO'>ISO 125:2020</docidentifier>
897
- <docidentifier type='URN'>urn:iso:std:iso:125:stage-60.60:ed-7:en,fr</docidentifier>
898
- <docnumber>125</docnumber>
899
- <date type='published'>
900
- <on>2020-02</on>
901
- </date>
902
- <contributor>
903
- <role type='publisher'/>
963
+ </contributor>
964
+ <edition>7</edition>
965
+ <language>en</language>
966
+ <language>fr</language>
967
+ <script>Latn</script>
968
+ <status>
969
+ <stage>60</stage>
970
+ <substage>60</substage>
971
+ </status>
972
+ <copyright>
973
+ <from>2020</from>
974
+ <owner>
904
975
  <organization>
905
- <name>International Organization for Standardization</name>
906
- <abbreviation>ISO</abbreviation>
907
- <uri>www.iso.org</uri>
976
+ <name>ISO</name>
908
977
  </organization>
909
- </contributor>
910
- <edition>7</edition>
911
- <language>en</language>
912
- <language>fr</language>
913
- <script>Latn</script>
914
- <abstract format='text/plain' language='en' script='Latn'>
915
- This document specifies a method for the determination of the
916
- alkalinity of natural rubber latex concentrate. The method is not
917
- necessarily suitable for latices from natural sources other than
918
- Hevea brasiliensis or for synthetic rubber latices, compounded
919
- latex, vulcanized latex or artificial dispersions of rubber. NOTE
920
- A method for the determination of the alkalinity of
921
- polychloroprene latex is specified in ISO 13773.
922
- </abstract>
923
- <abstract format='text/plain' language='fr' script='Latn'>
924
- Le pr&#233;sent document sp&#233;cifie une m&#233;thode de
925
- d&#233;termination de l&#8217;alcalinit&#233; du latex
926
- concentr&#233; de caoutchouc naturel. La m&#233;thode ne convient
927
- pas n&#233;cessairement aux latex d&#8217;origine naturelle autres
928
- que l&#8217;Hevea brasiliensis ou aux latex de caoutchouc de
929
- synth&#232;se, aux latex formul&#233;s, aux latex vulcanis&#233;s
930
- ou aux dispersions artificielles de caoutchouc. NOTE Une
931
- m&#233;thode de d&#233;termination de l&#8217;alcalinit&#233; du
932
- latex de polychloropr&#232;ne est sp&#233;cifi&#233;e dans
933
- l&#8217;ISO 13773.
934
- </abstract>
935
- <status>
936
- <stage>60</stage>
937
- <substage>60</substage>
938
- </status>
939
- <copyright>
940
- <from>2020</from>
941
- <owner>
978
+ </owner>
979
+ </copyright>
980
+ <relation type='obsoletes'>
981
+ <bibitem type='standard'>
982
+ <formattedref format='text/plain'>ISO 125:2011</formattedref>
983
+ </bibitem>
984
+ </relation>
985
+ <relation type='instance'>
986
+ <bibitem type='standard'>
987
+ <fetched/>
988
+ <title type='title-intro' format='text/plain' language='en' script='Latn'>Natural rubber latex concentrate</title>
989
+ <title type='title-main' format='text/plain' language='en' script='Latn'>Determination of alkalinity</title>
990
+ <title type='main' format='text/plain' language='en' script='Latn'>
991
+ Natural rubber latex concentrate&#8201;&#8212;&#8201;Determination
992
+ of alkalinity
993
+ </title>
994
+ <title type='title-intro' format='text/plain' language='fr' script='Latn'>Latex concentr&#233; de caoutchouc naturel</title>
995
+ <title type='title-main' format='text/plain' language='fr' script='Latn'>D&#233;termination de l&#8217;alcalinit&#233;</title>
996
+ <title type='main' format='text/plain' language='fr' script='Latn'>
997
+ Latex concentr&#233; de caoutchouc
998
+ naturel&#8201;&#8212;&#8201;D&#233;termination de
999
+ l&#8217;alcalinit&#233;
1000
+ </title>
1001
+ <uri type='src'>https://www.iso.org/standard/72849.html</uri>
1002
+ <uri type='obp'>https://www.iso.org/obp/ui/#!iso:std:72849:en</uri>
1003
+ <uri type='rss'>https://www.iso.org/contents/data/standard/07/28/72849.detail.rss</uri>
1004
+ <docidentifier type='ISO' primary="true">ISO 125:2020</docidentifier>
1005
+ <docidentifier type='URN'>urn:iso:std:iso:125:stage-60.60:ed-7:en,fr</docidentifier>
1006
+ <docnumber>125</docnumber>
1007
+ <date type='published'>
1008
+ <on>2020-02</on>
1009
+ </date>
1010
+ <contributor>
1011
+ <role type='publisher'/>
942
1012
  <organization>
943
- <name>ISO</name>
1013
+ <name>International Organization for Standardization</name>
1014
+ <abbreviation>ISO</abbreviation>
1015
+ <uri>www.iso.org</uri>
944
1016
  </organization>
945
- </owner>
946
- </copyright>
947
- <relation type='obsoletes'>
948
- <bibitem type='standard'>
949
- <formattedref format='text/plain'>ISO 125:2011</formattedref>
950
- </bibitem>
951
- </relation>
952
- <place>Geneva</place>
953
- </bibitem>
954
- </relation>
955
- <place>Geneva</place>
956
- </bibitem>
957
- </relation>
958
- <relation type='obsoletes'>
959
- <description>replaces</description>
960
- <bibitem>
961
- <title>--</title>
962
- <docidentifier>ABC 5</docidentifier>
963
- </bibitem>
964
- </relation>
965
- <relation type='obsoletes'>
966
- <description>supersedes</description>
967
- <bibitem>
968
- <title>--</title>
969
- <docidentifier>ABC 6</docidentifier>
970
- </bibitem>
971
- </relation>
972
- <relation type='updates'>
973
- <description>corrects</description>
974
- <bibitem>
975
- <title>--</title>
976
- <docidentifier>ABC 7</docidentifier>
977
- </bibitem>
978
- </relation>
979
- <relation type='isCitedIn'>
980
- <description>informatively cited in</description>
981
- <bibitem>
982
- <title>--</title>
983
- <docidentifier>ABC 8</docidentifier>
984
- </bibitem>
985
- </relation>
986
- <relation type='cites'>
987
- <description>informatively cites</description>
988
- <bibitem>
989
- <title>--</title>
990
- <docidentifier>ABC 9</docidentifier>
991
- </bibitem>
992
- </relation>
993
- <relation type='cites'>
994
- <description>normatively cites</description>
995
- <bibitem>
996
- <title>--</title>
997
- <docidentifier>ABC 11</docidentifier>
998
- </bibitem>
999
- </relation>
1000
- <relation type='adoptedFrom'>
1001
- <description>identical adopted from</description>
1002
- <bibitem>
1003
- <title>--</title>
1004
- <docidentifier>ABC 12</docidentifier>
1005
- </bibitem>
1006
- </relation>
1007
- <relation type='adoptedFrom'>
1008
- <description>modified adopted from</description>
1009
- <bibitem>
1010
- <title>--</title>
1011
- <docidentifier>ABC 13</docidentifier>
1012
- </bibitem>
1013
- </relation>
1014
- <relation type='related'>
1015
- <description>related directive</description>
1016
- <bibitem>
1017
- <title>--</title>
1018
- <docidentifier>ABC 14</docidentifier>
1019
- </bibitem>
1020
- </relation>
1021
- <relation type='related'>
1022
- <description>related mandate</description>
1023
- <bibitem>
1024
- <title>--</title>
1025
- <docidentifier>ABC 15</docidentifier>
1026
- </bibitem>
1027
- </relation>
1028
- <ext>
1029
- <doctype>article</doctype>
1030
- <editorialgroup>
1031
- <technical-committee/>
1032
- <subcommittee/>
1033
- <workgroup/>
1034
- </editorialgroup>
1035
- <stagename>International standard</stagename>
1036
- </ext>
1037
- </bibdata>
1038
- <sections> </sections>
1039
- </iso-standard>
1017
+ </contributor>
1018
+ <edition>7</edition>
1019
+ <language>en</language>
1020
+ <language>fr</language>
1021
+ <script>Latn</script>
1022
+ <abstract format='text/plain' language='en' script='Latn'>
1023
+ This document specifies a method for the determination of the
1024
+ alkalinity of natural rubber latex concentrate. The method is not
1025
+ necessarily suitable for latices from natural sources other than
1026
+ Hevea brasiliensis or for synthetic rubber latices, compounded
1027
+ latex, vulcanized latex or artificial dispersions of rubber. NOTE
1028
+ A method for the determination of the alkalinity of
1029
+ polychloroprene latex is specified in ISO 13773.
1030
+ </abstract>
1031
+ <abstract format='text/plain' language='fr' script='Latn'>
1032
+ Le pr&#233;sent document sp&#233;cifie une m&#233;thode de
1033
+ d&#233;termination de l&#8217;alcalinit&#233; du latex
1034
+ concentr&#233; de caoutchouc naturel. La m&#233;thode ne convient
1035
+ pas n&#233;cessairement aux latex d&#8217;origine naturelle autres
1036
+ que l&#8217;Hevea brasiliensis ou aux latex de caoutchouc de
1037
+ synth&#232;se, aux latex formul&#233;s, aux latex vulcanis&#233;s
1038
+ ou aux dispersions artificielles de caoutchouc. NOTE Une
1039
+ m&#233;thode de d&#233;termination de l&#8217;alcalinit&#233; du
1040
+ latex de polychloropr&#232;ne est sp&#233;cifi&#233;e dans
1041
+ l&#8217;ISO 13773.
1042
+ </abstract>
1043
+ <status>
1044
+ <stage>60</stage>
1045
+ <substage>60</substage>
1046
+ </status>
1047
+ <copyright>
1048
+ <from>2020</from>
1049
+ <owner>
1050
+ <organization>
1051
+ <name>ISO</name>
1052
+ </organization>
1053
+ </owner>
1054
+ </copyright>
1055
+ <relation type='obsoletes'>
1056
+ <bibitem type='standard'>
1057
+ <formattedref format='text/plain'>ISO 125:2011</formattedref>
1058
+ </bibitem>
1059
+ </relation>
1060
+ <place>Geneva</place>
1061
+ </bibitem>
1062
+ </relation>
1063
+ <place>Geneva</place>
1064
+ </bibitem>
1065
+ </relation>
1066
+ <relation type='obsoletes'>
1067
+ <description>replaces</description>
1068
+ <bibitem>
1069
+ <title>--</title>
1070
+ <docidentifier>ABC 5</docidentifier>
1071
+ </bibitem>
1072
+ </relation>
1073
+ <relation type='obsoletes'>
1074
+ <description>supersedes</description>
1075
+ <bibitem>
1076
+ <title>--</title>
1077
+ <docidentifier>ABC 6</docidentifier>
1078
+ </bibitem>
1079
+ </relation>
1080
+ <relation type='updates'>
1081
+ <description>corrects</description>
1082
+ <bibitem>
1083
+ <title>--</title>
1084
+ <docidentifier>ABC 7</docidentifier>
1085
+ </bibitem>
1086
+ </relation>
1087
+ <relation type='isCitedIn'>
1088
+ <description>informatively cited in</description>
1089
+ <bibitem>
1090
+ <title>--</title>
1091
+ <docidentifier>ABC 8</docidentifier>
1092
+ </bibitem>
1093
+ </relation>
1094
+ <relation type='cites'>
1095
+ <description>informatively cites</description>
1096
+ <bibitem>
1097
+ <title>--</title>
1098
+ <docidentifier>ABC 9</docidentifier>
1099
+ </bibitem>
1100
+ </relation>
1101
+ <relation type='cites'>
1102
+ <description>normatively cites</description>
1103
+ <bibitem>
1104
+ <title>--</title>
1105
+ <docidentifier>ABC 11</docidentifier>
1106
+ </bibitem>
1107
+ </relation>
1108
+ <relation type='adoptedFrom'>
1109
+ <description>identical adopted from</description>
1110
+ <bibitem>
1111
+ <title>--</title>
1112
+ <docidentifier>ABC 12</docidentifier>
1113
+ </bibitem>
1114
+ </relation>
1115
+ <relation type='adoptedFrom'>
1116
+ <description>modified adopted from</description>
1117
+ <bibitem>
1118
+ <title>--</title>
1119
+ <docidentifier>ABC 13</docidentifier>
1120
+ </bibitem>
1121
+ </relation>
1122
+ <relation type='related'>
1123
+ <description>related directive</description>
1124
+ <bibitem>
1125
+ <title>--</title>
1126
+ <docidentifier>ABC 14</docidentifier>
1127
+ </bibitem>
1128
+ </relation>
1129
+ <relation type='related'>
1130
+ <description>related mandate</description>
1131
+ <bibitem>
1132
+ <title>--</title>
1133
+ <docidentifier>ABC 15</docidentifier>
1134
+ </bibitem>
1135
+ </relation>
1136
+ <ext>
1137
+ <doctype>article</doctype>
1138
+ <editorialgroup>
1139
+ <technical-committee/>
1140
+ <subcommittee/>
1141
+ <workgroup/>
1142
+ </editorialgroup>
1143
+ <stagename>International standard</stagename>
1144
+ </ext>
1145
+ </bibdata>
1146
+ <sections> </sections>
1147
+ </iso-standard>
1040
1148
  OUTPUT
1041
1149
  end
1042
1150
  end