metanorma-iso 1.10.0 → 1.10.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ubuntu.yml +41 -0
- data/Gemfile +3 -4
- data/Makefile +44 -0
- data/Rakefile +1 -1
- data/bin/rspec +1 -2
- data/lib/asciidoctor/iso/basicdoc.rng +11 -1
- data/lib/asciidoctor/iso/biblio.rng +2 -0
- data/lib/asciidoctor/iso/cleanup.rb +7 -6
- data/lib/asciidoctor/iso/isodoc.rng +13 -1
- data/lib/asciidoctor/iso/isostandard-amd.rng +1 -1
- data/lib/asciidoctor/iso/isostandard.rng +3 -1
- data/lib/asciidoctor/iso/reqt.rng +1 -1
- data/lib/isodoc/iso/i18n.rb +10 -9
- data/lib/isodoc/iso/iso.amendment.xsl +27 -9
- data/lib/isodoc/iso/iso.international-standard.xsl +27 -9
- data/lib/isodoc/iso/sections.rb +2 -0
- data/lib/isodoc/iso/word_cleanup.rb +94 -0
- data/lib/isodoc/iso/word_convert.rb +12 -89
- data/lib/metanorma/iso/version.rb +1 -1
- data/spec/asciidoctor/base_spec.rb +543 -209
- data/spec/asciidoctor/blocks_spec.rb +0 -39
- data/spec/asciidoctor/refs_spec.rb +87 -4
- data/spec/isodoc/i18n_spec.rb +25 -11
- data/spec/isodoc/table_spec.rb +6 -8
- data/spec/vcr_cassettes/docrels.yml +783 -0
- data/spec/vcr_cassettes/sortrefs.yml +599 -0
- metadata +6 -2
@@ -681,215 +681,549 @@ RSpec.describe Asciidoctor::ISO do
|
|
681
681
|
expect(xmlpp(output.sub(%r{<boilerplate>.*</boilerplate>}m, "")))
|
682
682
|
.to be_equivalent_to xmlpp(<<~"OUTPUT")
|
683
683
|
<iso-standard xmlns="https://www.metanorma.org/ns/iso" type="semantic" version="#{Metanorma::ISO::VERSION}">
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
684
|
+
<bibdata type='standard'>
|
685
|
+
<contributor>
|
686
|
+
<role type='author'/>
|
687
|
+
<organization>
|
688
|
+
<name>International Organization for Standardization</name>
|
689
|
+
<abbreviation>ISO</abbreviation>
|
690
|
+
</organization>
|
691
|
+
</contributor>
|
692
|
+
<contributor>
|
693
|
+
<role type='publisher'/>
|
694
|
+
<organization>
|
695
|
+
<name>International Organization for Standardization</name>
|
696
|
+
<abbreviation>ISO</abbreviation>
|
697
|
+
</organization>
|
698
|
+
</contributor>
|
699
|
+
<language>en</language>
|
700
|
+
<script>Latn</script>
|
701
|
+
<status>
|
702
|
+
<stage abbreviation='IS'>60</stage>
|
703
|
+
<substage>60</substage>
|
704
|
+
</status>
|
705
|
+
<copyright>
|
706
|
+
<from>2021</from>
|
707
|
+
<owner>
|
708
|
+
<organization>
|
709
|
+
<name>International Organization for Standardization</name>
|
710
|
+
<abbreviation>ISO</abbreviation>
|
711
|
+
</organization>
|
712
|
+
</owner>
|
713
|
+
</copyright>
|
714
|
+
<relation type='obsoletes'>
|
715
|
+
<bibitem type='standard'>
|
716
|
+
<fetched/>
|
717
|
+
<title type='title-intro' format='text/plain' language='en' script='Latn'>Natural rubber latex concentrate</title>
|
718
|
+
<title type='title-main' format='text/plain' language='en' script='Latn'>Determination of alkalinity</title>
|
719
|
+
<title type='main' format='text/plain' language='en' script='Latn'>
|
720
|
+
Natural rubber latex concentrate — Determination of
|
721
|
+
alkalinity
|
722
|
+
</title>
|
723
|
+
<title type='title-intro' format='text/plain' language='fr' script='Latn'>Latex concentré de caoutchouc naturel</title>
|
724
|
+
<title type='title-main' format='text/plain' language='fr' script='Latn'>Détermination de l’alcalinité</title>
|
725
|
+
<title type='main' format='text/plain' language='fr' script='Latn'>
|
726
|
+
Latex concentré de caoutchouc
|
727
|
+
naturel — Détermination de
|
728
|
+
l’alcalinité
|
729
|
+
</title>
|
730
|
+
<uri type='src'>https://www.iso.org/standard/72849.html</uri>
|
731
|
+
<uri type='obp'>https://www.iso.org/obp/ui/#!iso:std:72849:en</uri>
|
732
|
+
<uri type='rss'>https://www.iso.org/contents/data/standard/07/28/72849.detail.rss</uri>
|
733
|
+
<docidentifier type='ISO'>ISO 125</docidentifier>
|
734
|
+
<docidentifier type='URN'>urn:iso:std:iso:125:stage-60.60:ed-7:en,fr</docidentifier>
|
735
|
+
<docnumber>125</docnumber>
|
736
|
+
<contributor>
|
737
|
+
<role type='publisher'/>
|
738
|
+
<organization>
|
739
|
+
<name>International Organization for Standardization</name>
|
740
|
+
<abbreviation>ISO</abbreviation>
|
741
|
+
<uri>www.iso.org</uri>
|
742
|
+
</organization>
|
743
|
+
</contributor>
|
744
|
+
<edition>7</edition>
|
745
|
+
<language>en</language>
|
746
|
+
<language>fr</language>
|
747
|
+
<script>Latn</script>
|
748
|
+
<status>
|
749
|
+
<stage>60</stage>
|
750
|
+
<substage>60</substage>
|
751
|
+
</status>
|
752
|
+
<copyright>
|
753
|
+
<from>2020</from>
|
754
|
+
<owner>
|
755
|
+
<organization>
|
756
|
+
<name>ISO</name>
|
757
|
+
</organization>
|
758
|
+
</owner>
|
759
|
+
</copyright>
|
760
|
+
<relation type='obsoletes'>
|
761
|
+
<bibitem type='standard'>
|
762
|
+
<formattedref format='text/plain'>ISO 125:2011</formattedref>
|
763
|
+
</bibitem>
|
764
|
+
</relation>
|
765
|
+
<relation type='instance'>
|
766
|
+
<bibitem type='standard'>
|
767
|
+
<fetched/>
|
768
|
+
<title type='title-intro' format='text/plain' language='en' script='Latn'>Natural rubber latex concentrate</title>
|
769
|
+
<title type='title-main' format='text/plain' language='en' script='Latn'>Determination of alkalinity</title>
|
770
|
+
<title type='main' format='text/plain' language='en' script='Latn'>
|
771
|
+
Natural rubber latex concentrate — Determination
|
772
|
+
of alkalinity
|
773
|
+
</title>
|
774
|
+
<title type='title-intro' format='text/plain' language='fr' script='Latn'>Latex concentré de caoutchouc naturel</title>
|
775
|
+
<title type='title-main' format='text/plain' language='fr' script='Latn'>Détermination de l’alcalinité</title>
|
776
|
+
<title type='main' format='text/plain' language='fr' script='Latn'>
|
777
|
+
Latex concentré de caoutchouc
|
778
|
+
naturel — Détermination de
|
779
|
+
l’alcalinité
|
780
|
+
</title>
|
781
|
+
<uri type='src'>https://www.iso.org/standard/72849.html</uri>
|
782
|
+
<uri type='obp'>https://www.iso.org/obp/ui/#!iso:std:72849:en</uri>
|
783
|
+
<uri type='rss'>https://www.iso.org/contents/data/standard/07/28/72849.detail.rss</uri>
|
784
|
+
<docidentifier type='ISO'>ISO 125:2020</docidentifier>
|
785
|
+
<docidentifier type='URN'>urn:iso:std:iso:125:stage-60.60:ed-7:en,fr</docidentifier>
|
786
|
+
<docnumber>125</docnumber>
|
787
|
+
<date type='published'>
|
788
|
+
<on>2020-02</on>
|
789
|
+
</date>
|
790
|
+
<contributor>
|
791
|
+
<role type='publisher'/>
|
792
|
+
<organization>
|
793
|
+
<name>International Organization for Standardization</name>
|
794
|
+
<abbreviation>ISO</abbreviation>
|
795
|
+
<uri>www.iso.org</uri>
|
796
|
+
</organization>
|
797
|
+
</contributor>
|
798
|
+
<edition>7</edition>
|
799
|
+
<language>en</language>
|
800
|
+
<language>fr</language>
|
801
|
+
<script>Latn</script>
|
802
|
+
<abstract format='text/plain' language='en' script='Latn'>
|
803
|
+
This document specifies a method for the determination of the
|
804
|
+
alkalinity of natural rubber latex concentrate. The method is not
|
805
|
+
necessarily suitable for latices from natural sources other than
|
806
|
+
Hevea brasiliensis or for synthetic rubber latices, compounded
|
807
|
+
latex, vulcanized latex or artificial dispersions of rubber. NOTE
|
808
|
+
A method for the determination of the alkalinity of
|
809
|
+
polychloroprene latex is specified in ISO 13773.
|
810
|
+
</abstract>
|
811
|
+
<abstract format='text/plain' language='fr' script='Latn'>
|
812
|
+
Le présent document spécifie une méthode de
|
813
|
+
détermination de l’alcalinité du latex
|
814
|
+
concentré de caoutchouc naturel. La méthode ne convient
|
815
|
+
pas nécessairement aux latex d’origine naturelle autres
|
816
|
+
que l’Hevea brasiliensis ou aux latex de caoutchouc de
|
817
|
+
synthèse, aux latex formulés, aux latex vulcanisés
|
818
|
+
ou aux dispersions artificielles de caoutchouc. NOTE Une
|
819
|
+
méthode de détermination de l’alcalinité du
|
820
|
+
latex de polychloroprène est spécifiée dans
|
821
|
+
l’ISO 13773.
|
822
|
+
</abstract>
|
823
|
+
<status>
|
824
|
+
<stage>60</stage>
|
825
|
+
<substage>60</substage>
|
826
|
+
</status>
|
827
|
+
<copyright>
|
828
|
+
<from>2020</from>
|
829
|
+
<owner>
|
830
|
+
<organization>
|
831
|
+
<name>ISO</name>
|
832
|
+
</organization>
|
833
|
+
</owner>
|
834
|
+
</copyright>
|
835
|
+
<relation type='obsoletes'>
|
836
|
+
<bibitem type='standard'>
|
837
|
+
<formattedref format='text/plain'>ISO 125:2011</formattedref>
|
838
|
+
</bibitem>
|
839
|
+
</relation>
|
840
|
+
<place>Geneva</place>
|
841
|
+
</bibitem>
|
842
|
+
</relation>
|
843
|
+
<place>Geneva</place>
|
844
|
+
</bibitem>
|
845
|
+
</relation>
|
846
|
+
<relation type='obsoletes'>
|
847
|
+
<bibitem type='standard'>
|
848
|
+
<fetched/>
|
849
|
+
<title type='title-intro' format='text/plain' language='en' script='Latn'>Natural rubber latex concentrate</title>
|
850
|
+
<title type='title-main' format='text/plain' language='en' script='Latn'>Determination of dry rubber content</title>
|
851
|
+
<title type='main' format='text/plain' language='en' script='Latn'>
|
852
|
+
Natural rubber latex concentrate — Determination of
|
853
|
+
dry rubber content
|
854
|
+
</title>
|
855
|
+
<title type='title-intro' format='text/plain' language='fr' script='Latn'>Latex de caoutchouc naturel concentré</title>
|
856
|
+
<title type='title-main' format='text/plain' language='fr' script='Latn'>Détermination de la teneur en caoutchouc sec</title>
|
857
|
+
<title type='main' format='text/plain' language='fr' script='Latn'>
|
858
|
+
Latex de caoutchouc naturel
|
859
|
+
concentré — Détermination de la teneur en
|
860
|
+
caoutchouc sec
|
861
|
+
</title>
|
862
|
+
<uri type='src'>https://www.iso.org/standard/35176.html</uri>
|
863
|
+
<uri type='obp'>https://www.iso.org/obp/ui/#!iso:std:35176:en</uri>
|
864
|
+
<uri type='rss'>https://www.iso.org/contents/data/standard/03/51/35176.detail.rss</uri>
|
865
|
+
<docidentifier type='ISO'>ISO 126</docidentifier>
|
866
|
+
<docidentifier type='URN'>urn:iso:std:iso:126:stage-90.93:ed-5:en,fr</docidentifier>
|
867
|
+
<docnumber>126</docnumber>
|
868
|
+
<contributor>
|
869
|
+
<role type='publisher'/>
|
870
|
+
<organization>
|
871
|
+
<name>International Organization for Standardization</name>
|
872
|
+
<abbreviation>ISO</abbreviation>
|
873
|
+
<uri>www.iso.org</uri>
|
874
|
+
</organization>
|
875
|
+
</contributor>
|
876
|
+
<edition>5</edition>
|
877
|
+
<language>en</language>
|
878
|
+
<language>fr</language>
|
879
|
+
<script>Latn</script>
|
880
|
+
<status>
|
881
|
+
<stage>90</stage>
|
882
|
+
<substage>93</substage>
|
883
|
+
</status>
|
884
|
+
<copyright>
|
885
|
+
<from>2005</from>
|
886
|
+
<owner>
|
887
|
+
<organization>
|
888
|
+
<name>ISO</name>
|
889
|
+
</organization>
|
890
|
+
</owner>
|
891
|
+
</copyright>
|
892
|
+
<relation type='obsoletes'>
|
893
|
+
<bibitem type='standard'>
|
894
|
+
<formattedref format='text/plain'>ISO 126:1995</formattedref>
|
895
|
+
</bibitem>
|
896
|
+
</relation>
|
897
|
+
<relation type='instance'>
|
898
|
+
<bibitem type='standard'>
|
899
|
+
<fetched/>
|
900
|
+
<title type='title-intro' format='text/plain' language='en' script='Latn'>Natural rubber latex concentrate</title>
|
901
|
+
<title type='title-main' format='text/plain' language='en' script='Latn'>Determination of dry rubber content</title>
|
902
|
+
<title type='main' format='text/plain' language='en' script='Latn'>
|
903
|
+
Natural rubber latex concentrate — Determination
|
904
|
+
of dry rubber content
|
905
|
+
</title>
|
906
|
+
<title type='title-intro' format='text/plain' language='fr' script='Latn'>Latex de caoutchouc naturel concentré</title>
|
907
|
+
<title type='title-main' format='text/plain' language='fr' script='Latn'>Détermination de la teneur en caoutchouc sec</title>
|
908
|
+
<title type='main' format='text/plain' language='fr' script='Latn'>
|
909
|
+
Latex de caoutchouc naturel
|
910
|
+
concentré — Détermination de la teneur
|
911
|
+
en caoutchouc sec
|
912
|
+
</title>
|
913
|
+
<uri type='src'>https://www.iso.org/standard/35176.html</uri>
|
914
|
+
<uri type='obp'>https://www.iso.org/obp/ui/#!iso:std:35176:en</uri>
|
915
|
+
<uri type='rss'>https://www.iso.org/contents/data/standard/03/51/35176.detail.rss</uri>
|
916
|
+
<docidentifier type='ISO'>ISO 126:2005</docidentifier>
|
917
|
+
<docidentifier type='URN'>urn:iso:std:iso:126:stage-90.93:ed-5:en,fr</docidentifier>
|
918
|
+
<docnumber>126</docnumber>
|
919
|
+
<date type='published'>
|
920
|
+
<on>2005-04</on>
|
921
|
+
</date>
|
922
|
+
<contributor>
|
923
|
+
<role type='publisher'/>
|
924
|
+
<organization>
|
925
|
+
<name>International Organization for Standardization</name>
|
926
|
+
<abbreviation>ISO</abbreviation>
|
927
|
+
<uri>www.iso.org</uri>
|
928
|
+
</organization>
|
929
|
+
</contributor>
|
930
|
+
<edition>5</edition>
|
931
|
+
<language>en</language>
|
932
|
+
<language>fr</language>
|
933
|
+
<script>Latn</script>
|
934
|
+
<abstract format='text/plain' language='en' script='Latn'>
|
935
|
+
ISO 126:2005 specifies a method for the determination of the dry
|
936
|
+
rubber content of natural rubber latex concentrate. The method is
|
937
|
+
not necessarily suitable for latices preserved with potassium
|
938
|
+
hydroxide, latices from natural sources other than Hevea
|
939
|
+
brasiliensis, or for compounded latex, vulcanized latex or
|
940
|
+
artificial dispersions of rubber and it is not applicable to
|
941
|
+
synthetic rubber latices.
|
942
|
+
</abstract>
|
943
|
+
<abstract format='text/plain' language='fr' script='Latn'>
|
944
|
+
L’ISO 126:2005 spécifie une méthode de
|
945
|
+
détermination de la teneur en caoutchouc sec du latex de
|
946
|
+
caoutchouc naturel concentré. La méthode ne convient pas
|
947
|
+
nécessairement pour les latex conservés dans de
|
948
|
+
l’hydroxyde de potassium, pour les latex d’origine
|
949
|
+
naturelle autres que celui de l’Hevea brasiliensis ou pour
|
950
|
+
des mélanges de latex, pour les latex vulcanisés ou les
|
951
|
+
dispersions artificielles de caoutchouc, et elle n’est pas
|
952
|
+
applicable aux latex d’élastomères.
|
953
|
+
</abstract>
|
954
|
+
<status>
|
955
|
+
<stage>90</stage>
|
956
|
+
<substage>93</substage>
|
957
|
+
</status>
|
958
|
+
<copyright>
|
959
|
+
<from>2005</from>
|
960
|
+
<owner>
|
961
|
+
<organization>
|
962
|
+
<name>ISO</name>
|
963
|
+
</organization>
|
964
|
+
</owner>
|
965
|
+
</copyright>
|
966
|
+
<relation type='obsoletes'>
|
967
|
+
<bibitem type='standard'>
|
968
|
+
<formattedref format='text/plain'>ISO 126:1995</formattedref>
|
969
|
+
</bibitem>
|
970
|
+
</relation>
|
971
|
+
<place>Geneva</place>
|
972
|
+
</bibitem>
|
973
|
+
</relation>
|
974
|
+
<place>Geneva</place>
|
975
|
+
</bibitem>
|
976
|
+
</relation>
|
977
|
+
<relation type='updates'>
|
978
|
+
<description>amends</description>
|
979
|
+
<bibitem type='standard'>
|
980
|
+
<fetched/>
|
981
|
+
<title type='title-intro' format='text/plain' language='en' script='Latn'>Rubber latex</title>
|
982
|
+
<title type='title-main' format='text/plain' language='en' script='Latn'>Sampling</title>
|
983
|
+
<title type='main' format='text/plain' language='en' script='Latn'>Rubber latex — Sampling</title>
|
984
|
+
<title type='title-intro' format='text/plain' language='fr' script='Latn'>Latex de caoutchouc</title>
|
985
|
+
<title type='title-main' format='text/plain' language='fr' script='Latn'>Échantillonnage</title>
|
986
|
+
<title type='main' format='text/plain' language='fr' script='Latn'>Latex de caoutchouc — Échantillonnage</title>
|
987
|
+
<uri type='src'>https://www.iso.org/standard/23281.html</uri>
|
988
|
+
<uri type='obp'>https://www.iso.org/obp/ui/#!iso:std:23281:en</uri>
|
989
|
+
<uri type='rss'>https://www.iso.org/contents/data/standard/02/32/23281.detail.rss</uri>
|
990
|
+
<docidentifier type='ISO'>ISO 123</docidentifier>
|
991
|
+
<docidentifier type='URN'>urn:iso:std:iso:123:stage-90.93:ed-3:en,fr</docidentifier>
|
992
|
+
<docnumber>123</docnumber>
|
993
|
+
<contributor>
|
994
|
+
<role type='publisher'/>
|
995
|
+
<organization>
|
996
|
+
<name>International Organization for Standardization</name>
|
997
|
+
<abbreviation>ISO</abbreviation>
|
998
|
+
<uri>www.iso.org</uri>
|
999
|
+
</organization>
|
1000
|
+
</contributor>
|
1001
|
+
<edition>3</edition>
|
1002
|
+
<language>en</language>
|
1003
|
+
<language>fr</language>
|
1004
|
+
<script>Latn</script>
|
1005
|
+
<status>
|
1006
|
+
<stage>90</stage>
|
1007
|
+
<substage>93</substage>
|
1008
|
+
</status>
|
1009
|
+
<copyright>
|
1010
|
+
<from>2001</from>
|
1011
|
+
<owner>
|
1012
|
+
<organization>
|
1013
|
+
<name>ISO</name>
|
1014
|
+
</organization>
|
1015
|
+
</owner>
|
1016
|
+
</copyright>
|
1017
|
+
<relation type='obsoletes'>
|
1018
|
+
<bibitem type='standard'>
|
1019
|
+
<formattedref format='text/plain'>ISO 123:1985</formattedref>
|
1020
|
+
</bibitem>
|
1021
|
+
</relation>
|
1022
|
+
<relation type='instance'>
|
1023
|
+
<bibitem type='standard'>
|
1024
|
+
<fetched/>
|
1025
|
+
<title type='title-intro' format='text/plain' language='en' script='Latn'>Rubber latex</title>
|
1026
|
+
<title type='title-main' format='text/plain' language='en' script='Latn'>Sampling</title>
|
1027
|
+
<title type='main' format='text/plain' language='en' script='Latn'>Rubber latex — Sampling</title>
|
1028
|
+
<title type='title-intro' format='text/plain' language='fr' script='Latn'>Latex de caoutchouc</title>
|
1029
|
+
<title type='title-main' format='text/plain' language='fr' script='Latn'>Échantillonnage</title>
|
1030
|
+
<title type='main' format='text/plain' language='fr' script='Latn'>Latex de caoutchouc — Échantillonnage</title>
|
1031
|
+
<uri type='src'>https://www.iso.org/standard/23281.html</uri>
|
1032
|
+
<uri type='obp'>https://www.iso.org/obp/ui/#!iso:std:23281:en</uri>
|
1033
|
+
<uri type='rss'>https://www.iso.org/contents/data/standard/02/32/23281.detail.rss</uri>
|
1034
|
+
<docidentifier type='ISO'>ISO 123:2001</docidentifier>
|
1035
|
+
<docidentifier type='URN'>urn:iso:std:iso:123:stage-90.93:ed-3:en,fr</docidentifier>
|
1036
|
+
<docnumber>123</docnumber>
|
1037
|
+
<date type='published'>
|
1038
|
+
<on>2001-05</on>
|
1039
|
+
</date>
|
1040
|
+
<contributor>
|
1041
|
+
<role type='publisher'/>
|
1042
|
+
<organization>
|
1043
|
+
<name>International Organization for Standardization</name>
|
1044
|
+
<abbreviation>ISO</abbreviation>
|
1045
|
+
<uri>www.iso.org</uri>
|
1046
|
+
</organization>
|
1047
|
+
</contributor>
|
1048
|
+
<edition>3</edition>
|
1049
|
+
<language>en</language>
|
1050
|
+
<language>fr</language>
|
1051
|
+
<script>Latn</script>
|
1052
|
+
<abstract format='text/plain' language='en' script='Latn'>
|
1053
|
+
This International Standard specifies procedures for sampling
|
1054
|
+
natural rubber latex concentrate and for sampling synthetic rubber
|
1055
|
+
latices and artificial latices. It is also suitable for sampling
|
1056
|
+
rubber latex contained in drums, tank cars or tanks. The
|
1057
|
+
procedures may also be used for sampling plastics dispersions.
|
1058
|
+
</abstract>
|
1059
|
+
<abstract format='text/plain' language='fr' script='Latn'>
|
1060
|
+
La présente Norme internationale spécifie des
|
1061
|
+
méthodes d’échantillonnage pour des
|
1062
|
+
concentrés de latex de caoutchouc naturel et pour
|
1063
|
+
échantillonner des latex de caoutchouc synthétique et
|
1064
|
+
des latex artificiels. Elle s’applique également à
|
1065
|
+
l’échantillonnage de latex de caoutchouc contenus dans
|
1066
|
+
des fûts, citernes routières ou de stockage. Le mode
|
1067
|
+
opératoire peut aussi être utilisé pour
|
1068
|
+
l’échantillonnage de dispersions de plastiques.
|
1069
|
+
</abstract>
|
1070
|
+
<status>
|
1071
|
+
<stage>90</stage>
|
1072
|
+
<substage>93</substage>
|
1073
|
+
</status>
|
1074
|
+
<copyright>
|
1075
|
+
<from>2001</from>
|
1076
|
+
<owner>
|
1077
|
+
<organization>
|
1078
|
+
<name>ISO</name>
|
1079
|
+
</organization>
|
1080
|
+
</owner>
|
1081
|
+
</copyright>
|
1082
|
+
<relation type='obsoletes'>
|
1083
|
+
<bibitem type='standard'>
|
1084
|
+
<formattedref format='text/plain'>ISO 123:1985</formattedref>
|
1085
|
+
</bibitem>
|
1086
|
+
</relation>
|
1087
|
+
<place>Geneva</place>
|
1088
|
+
</bibitem>
|
1089
|
+
</relation>
|
1090
|
+
<place>Geneva</place>
|
1091
|
+
</bibitem>
|
1092
|
+
</relation>
|
1093
|
+
<relation type='updates'>
|
1094
|
+
<description>amends</description>
|
1095
|
+
<bibitem type='standard'>
|
1096
|
+
<fetched/>
|
1097
|
+
<title type='title-intro' format='text/plain' language='en' script='Latn'>Latex, rubber</title>
|
1098
|
+
<title type='title-main' format='text/plain' language='en' script='Latn'>Determination of total solids content</title>
|
1099
|
+
<title type='main' format='text/plain' language='en' script='Latn'>Latex, rubber — Determination of total solids content</title>
|
1100
|
+
<title type='title-intro' format='text/plain' language='fr' script='Latn'>Latex de caoutchouc</title>
|
1101
|
+
<title type='title-main' format='text/plain' language='fr' script='Latn'>Détermination des matières solides totales</title>
|
1102
|
+
<title type='main' format='text/plain' language='fr' script='Latn'>
|
1103
|
+
Latex de caoutchouc — Détermination des
|
1104
|
+
matières solides totales
|
1105
|
+
</title>
|
1106
|
+
<uri type='src'>https://www.iso.org/standard/61884.html</uri>
|
1107
|
+
<uri type='obp'>https://www.iso.org/obp/ui/#!iso:std:61884:en</uri>
|
1108
|
+
<uri type='rss'>https://www.iso.org/contents/data/standard/06/18/61884.detail.rss</uri>
|
1109
|
+
<docidentifier type='ISO'>ISO 124</docidentifier>
|
1110
|
+
<docidentifier type='URN'>urn:iso:std:iso:124:stage-90.93:ed-7:en,fr</docidentifier>
|
1111
|
+
<docnumber>124</docnumber>
|
1112
|
+
<contributor>
|
1113
|
+
<role type='publisher'/>
|
1114
|
+
<organization>
|
1115
|
+
<name>International Organization for Standardization</name>
|
1116
|
+
<abbreviation>ISO</abbreviation>
|
1117
|
+
<uri>www.iso.org</uri>
|
1118
|
+
</organization>
|
1119
|
+
</contributor>
|
1120
|
+
<edition>7</edition>
|
1121
|
+
<language>en</language>
|
1122
|
+
<language>fr</language>
|
1123
|
+
<script>Latn</script>
|
1124
|
+
<status>
|
1125
|
+
<stage>90</stage>
|
1126
|
+
<substage>93</substage>
|
1127
|
+
</status>
|
1128
|
+
<copyright>
|
1129
|
+
<from>2014</from>
|
1130
|
+
<owner>
|
1131
|
+
<organization>
|
1132
|
+
<name>ISO</name>
|
1133
|
+
</organization>
|
1134
|
+
</owner>
|
1135
|
+
</copyright>
|
1136
|
+
<relation type='obsoletes'>
|
1137
|
+
<bibitem type='standard'>
|
1138
|
+
<formattedref format='text/plain'>ISO 124:2011</formattedref>
|
1139
|
+
</bibitem>
|
1140
|
+
</relation>
|
1141
|
+
<relation type='instance'>
|
1142
|
+
<bibitem type='standard'>
|
1143
|
+
<fetched/>
|
1144
|
+
<title type='title-intro' format='text/plain' language='en' script='Latn'>Latex, rubber</title>
|
1145
|
+
<title type='title-main' format='text/plain' language='en' script='Latn'>Determination of total solids content</title>
|
1146
|
+
<title type='main' format='text/plain' language='en' script='Latn'>Latex, rubber — Determination of total solids content</title>
|
1147
|
+
<title type='title-intro' format='text/plain' language='fr' script='Latn'>Latex de caoutchouc</title>
|
1148
|
+
<title type='title-main' format='text/plain' language='fr' script='Latn'>Détermination des matières solides totales</title>
|
1149
|
+
<title type='main' format='text/plain' language='fr' script='Latn'>
|
1150
|
+
Latex de caoutchouc — Détermination des
|
1151
|
+
matières solides totales
|
1152
|
+
</title>
|
1153
|
+
<uri type='src'>https://www.iso.org/standard/61884.html</uri>
|
1154
|
+
<uri type='obp'>https://www.iso.org/obp/ui/#!iso:std:61884:en</uri>
|
1155
|
+
<uri type='rss'>https://www.iso.org/contents/data/standard/06/18/61884.detail.rss</uri>
|
1156
|
+
<docidentifier type='ISO'>ISO 124:2014</docidentifier>
|
1157
|
+
<docidentifier type='URN'>urn:iso:std:iso:124:stage-90.93:ed-7:en,fr</docidentifier>
|
1158
|
+
<docnumber>124</docnumber>
|
1159
|
+
<date type='published'>
|
1160
|
+
<on>2014-03</on>
|
1161
|
+
</date>
|
1162
|
+
<contributor>
|
1163
|
+
<role type='publisher'/>
|
1164
|
+
<organization>
|
1165
|
+
<name>International Organization for Standardization</name>
|
1166
|
+
<abbreviation>ISO</abbreviation>
|
1167
|
+
<uri>www.iso.org</uri>
|
1168
|
+
</organization>
|
1169
|
+
</contributor>
|
1170
|
+
<edition>7</edition>
|
1171
|
+
<language>en</language>
|
1172
|
+
<language>fr</language>
|
1173
|
+
<script>Latn</script>
|
1174
|
+
<abstract format='text/plain' language='en' script='Latn'>
|
1175
|
+
ISO 124:2014 specifies methods for the determination of the total
|
1176
|
+
solids content of natural rubber field and concentrated latices
|
1177
|
+
and synthetic rubber latex. These methods are not necessarily
|
1178
|
+
suitable for latex from natural sources other than the Hevea
|
1179
|
+
brasiliensis, for vulcanized latex, for compounded latex, or for
|
1180
|
+
artificial dispersions of rubber.
|
1181
|
+
</abstract>
|
1182
|
+
<abstract format='text/plain' language='fr' script='Latn'>
|
1183
|
+
L’ISO 124:2014 spécifie des méthodes pour la
|
1184
|
+
détermination des matières solides totales dans le latex
|
1185
|
+
de plantation, le latex de concentré de caoutchouc naturel et
|
1186
|
+
le latex de caoutchouc synthétique. Ces méthodes ne
|
1187
|
+
conviennent pas nécessairement au latex d’origine
|
1188
|
+
naturelle autre que celui de l’Hevea brasiliensis, au latex
|
1189
|
+
vulcanisé, aux mélanges de latex, ou aux dispersions
|
1190
|
+
artificielles de caoutchouc.
|
1191
|
+
</abstract>
|
1192
|
+
<status>
|
1193
|
+
<stage>90</stage>
|
1194
|
+
<substage>93</substage>
|
1195
|
+
</status>
|
1196
|
+
<copyright>
|
1197
|
+
<from>2014</from>
|
1198
|
+
<owner>
|
1199
|
+
<organization>
|
1200
|
+
<name>ISO</name>
|
1201
|
+
</organization>
|
1202
|
+
</owner>
|
1203
|
+
</copyright>
|
1204
|
+
<relation type='obsoletes'>
|
1205
|
+
<bibitem type='standard'>
|
1206
|
+
<formattedref format='text/plain'>ISO 124:2011</formattedref>
|
1207
|
+
</bibitem>
|
1208
|
+
</relation>
|
1209
|
+
<place>Geneva</place>
|
1210
|
+
</bibitem>
|
1211
|
+
</relation>
|
1212
|
+
<place>Geneva</place>
|
1213
|
+
</bibitem>
|
1214
|
+
</relation>
|
1215
|
+
<ext>
|
1216
|
+
<doctype>article</doctype>
|
1217
|
+
<editorialgroup>
|
1218
|
+
<technical-committee/>
|
1219
|
+
<subcommittee/>
|
1220
|
+
<workgroup/>
|
1221
|
+
</editorialgroup>
|
1222
|
+
<stagename>International standard</stagename>
|
1223
|
+
</ext>
|
1224
|
+
</bibdata>
|
1225
|
+
<sections> </sections>
|
1226
|
+
</iso-standard>
|
893
1227
|
OUTPUT
|
894
1228
|
end
|
895
1229
|
end
|