metanorma-un 0.12.17 → 0.12.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isodoc/un/html/htmlstyle.css +1 -1
- data/lib/isodoc/un/un.plenary-attachment.xsl +74 -17
- data/lib/isodoc/un/un.plenary.xsl +74 -17
- data/lib/isodoc/un/un.recommendation.xsl +74 -17
- data/lib/metanorma/un/basicdoc.rng +861 -481
- data/lib/metanorma/un/biblio-standoc.rng +87 -20
- data/lib/metanorma/un/biblio.rng +882 -325
- data/lib/metanorma/un/isodoc.rng +1031 -915
- data/lib/metanorma/un/reqt.rng +94 -75
- data/lib/metanorma/un/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d3ed809ee46234548dc735e697db8315a7670bee1d5e9aa62aa033b8a766820a
|
4
|
+
data.tar.gz: 1b116150e9b52db0e140c61ad0657939704ad4d52a82dd98ec7180b9e97e9a21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f295ab7c71802e0255ad1b00d7933c0f96a30ebae17a2f64120451f10ce1773795dec033b817b052282a507757250a64803473329b1a13106ff35dda679a29d5
|
7
|
+
data.tar.gz: f0ca4c27ba5d075343656e1f2e34af7a9c7a940bece961d6b9a0dbd92c2d565f25668999ad6365bc7b26d561bd4b856a7d211c7dc3deede4114f668c66a5ed42
|
@@ -12413,6 +12413,39 @@
|
|
12413
12413
|
</pdf:catalog>
|
12414
12414
|
<x:xmpmeta xmlns:x="adobe:ns:meta/">
|
12415
12415
|
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
12416
|
+
<rdf:Description xmlns:pdfaExtension="http://www.aiim.org/pdfa/ns/extension/" xmlns:pdfaProperty="http://www.aiim.org/pdfa/ns/property#" xmlns:pdfaSchema="http://www.aiim.org/pdfa/ns/schema#" rdf:about="">
|
12417
|
+
<pdfaExtension:schemas>
|
12418
|
+
<rdf:Bag>
|
12419
|
+
<rdf:li rdf:parseType="Resource">
|
12420
|
+
<pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
|
12421
|
+
<pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
|
12422
|
+
<pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
|
12423
|
+
<pdfaSchema:property>
|
12424
|
+
<rdf:Seq>
|
12425
|
+
<rdf:li rdf:parseType="Resource">
|
12426
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
12427
|
+
<pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
|
12428
|
+
<pdfaProperty:name>part</pdfaProperty:name>
|
12429
|
+
<pdfaProperty:valueType>Integer</pdfaProperty:valueType>
|
12430
|
+
</rdf:li>
|
12431
|
+
<rdf:li rdf:parseType="Resource">
|
12432
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
12433
|
+
<pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
|
12434
|
+
<pdfaProperty:name>amd</pdfaProperty:name>
|
12435
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
12436
|
+
</rdf:li>
|
12437
|
+
<rdf:li rdf:parseType="Resource">
|
12438
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
12439
|
+
<pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
|
12440
|
+
<pdfaProperty:name>corr</pdfaProperty:name>
|
12441
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
12442
|
+
</rdf:li>
|
12443
|
+
</rdf:Seq>
|
12444
|
+
</pdfaSchema:property>
|
12445
|
+
</rdf:li>
|
12446
|
+
</rdf:Bag>
|
12447
|
+
</pdfaExtension:schemas>
|
12448
|
+
</rdf:Description>
|
12416
12449
|
<rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
|
12417
12450
|
<!-- Dublin Core properties go here -->
|
12418
12451
|
<dc:title>
|
@@ -12423,33 +12456,57 @@
|
|
12423
12456
|
|
12424
12457
|
</xsl:for-each>
|
12425
12458
|
</xsl:variable>
|
12426
|
-
<
|
12427
|
-
<
|
12428
|
-
<xsl:
|
12429
|
-
|
12430
|
-
|
12431
|
-
|
12432
|
-
|
12433
|
-
|
12459
|
+
<rdf:Alt>
|
12460
|
+
<rdf:li xml:lang="x-default">
|
12461
|
+
<xsl:choose>
|
12462
|
+
<xsl:when test="normalize-space($title) != ''">
|
12463
|
+
<xsl:value-of select="$title"/>
|
12464
|
+
</xsl:when>
|
12465
|
+
<xsl:otherwise>
|
12466
|
+
<xsl:text> </xsl:text>
|
12467
|
+
</xsl:otherwise>
|
12468
|
+
</xsl:choose>
|
12469
|
+
</rdf:li>
|
12470
|
+
</rdf:Alt>
|
12434
12471
|
</dc:title>
|
12435
|
-
<
|
12472
|
+
<xsl:variable name="dc_creator">
|
12436
12473
|
<xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
|
12437
12474
|
|
12438
|
-
<
|
12439
|
-
<xsl:
|
12440
|
-
|
12441
|
-
|
12475
|
+
<rdf:Seq>
|
12476
|
+
<xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
|
12477
|
+
<rdf:li>
|
12478
|
+
<xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
|
12479
|
+
</rdf:li>
|
12480
|
+
<!-- <xsl:if test="position() != last()">; </xsl:if> -->
|
12481
|
+
</xsl:for-each>
|
12482
|
+
</rdf:Seq>
|
12442
12483
|
|
12443
12484
|
</xsl:for-each>
|
12444
|
-
</
|
12445
|
-
<
|
12485
|
+
</xsl:variable>
|
12486
|
+
<xsl:if test="normalize-space($dc_creator) != ''">
|
12487
|
+
<dc:creator>
|
12488
|
+
<xsl:copy-of select="$dc_creator"/>
|
12489
|
+
</dc:creator>
|
12490
|
+
</xsl:if>
|
12491
|
+
|
12492
|
+
<xsl:variable name="dc_description">
|
12446
12493
|
<xsl:variable name="abstract">
|
12447
12494
|
|
12448
12495
|
<xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
|
12449
12496
|
|
12450
12497
|
</xsl:variable>
|
12451
|
-
<
|
12452
|
-
|
12498
|
+
<rdf:Alt>
|
12499
|
+
<rdf:li xml:lang="x-default">
|
12500
|
+
<xsl:value-of select="normalize-space($abstract)"/>
|
12501
|
+
</rdf:li>
|
12502
|
+
</rdf:Alt>
|
12503
|
+
</xsl:variable>
|
12504
|
+
<xsl:if test="normalize-space($dc_description)">
|
12505
|
+
<dc:description>
|
12506
|
+
<xsl:copy-of select="$dc_description"/>
|
12507
|
+
</dc:description>
|
12508
|
+
</xsl:if>
|
12509
|
+
|
12453
12510
|
<pdf:Keywords>
|
12454
12511
|
<xsl:call-template name="insertKeywords">
|
12455
12512
|
<xsl:with-param name="meta">true</xsl:with-param>
|
@@ -12413,6 +12413,39 @@
|
|
12413
12413
|
</pdf:catalog>
|
12414
12414
|
<x:xmpmeta xmlns:x="adobe:ns:meta/">
|
12415
12415
|
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
12416
|
+
<rdf:Description xmlns:pdfaExtension="http://www.aiim.org/pdfa/ns/extension/" xmlns:pdfaProperty="http://www.aiim.org/pdfa/ns/property#" xmlns:pdfaSchema="http://www.aiim.org/pdfa/ns/schema#" rdf:about="">
|
12417
|
+
<pdfaExtension:schemas>
|
12418
|
+
<rdf:Bag>
|
12419
|
+
<rdf:li rdf:parseType="Resource">
|
12420
|
+
<pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
|
12421
|
+
<pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
|
12422
|
+
<pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
|
12423
|
+
<pdfaSchema:property>
|
12424
|
+
<rdf:Seq>
|
12425
|
+
<rdf:li rdf:parseType="Resource">
|
12426
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
12427
|
+
<pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
|
12428
|
+
<pdfaProperty:name>part</pdfaProperty:name>
|
12429
|
+
<pdfaProperty:valueType>Integer</pdfaProperty:valueType>
|
12430
|
+
</rdf:li>
|
12431
|
+
<rdf:li rdf:parseType="Resource">
|
12432
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
12433
|
+
<pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
|
12434
|
+
<pdfaProperty:name>amd</pdfaProperty:name>
|
12435
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
12436
|
+
</rdf:li>
|
12437
|
+
<rdf:li rdf:parseType="Resource">
|
12438
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
12439
|
+
<pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
|
12440
|
+
<pdfaProperty:name>corr</pdfaProperty:name>
|
12441
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
12442
|
+
</rdf:li>
|
12443
|
+
</rdf:Seq>
|
12444
|
+
</pdfaSchema:property>
|
12445
|
+
</rdf:li>
|
12446
|
+
</rdf:Bag>
|
12447
|
+
</pdfaExtension:schemas>
|
12448
|
+
</rdf:Description>
|
12416
12449
|
<rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
|
12417
12450
|
<!-- Dublin Core properties go here -->
|
12418
12451
|
<dc:title>
|
@@ -12423,33 +12456,57 @@
|
|
12423
12456
|
|
12424
12457
|
</xsl:for-each>
|
12425
12458
|
</xsl:variable>
|
12426
|
-
<
|
12427
|
-
<
|
12428
|
-
<xsl:
|
12429
|
-
|
12430
|
-
|
12431
|
-
|
12432
|
-
|
12433
|
-
|
12459
|
+
<rdf:Alt>
|
12460
|
+
<rdf:li xml:lang="x-default">
|
12461
|
+
<xsl:choose>
|
12462
|
+
<xsl:when test="normalize-space($title) != ''">
|
12463
|
+
<xsl:value-of select="$title"/>
|
12464
|
+
</xsl:when>
|
12465
|
+
<xsl:otherwise>
|
12466
|
+
<xsl:text> </xsl:text>
|
12467
|
+
</xsl:otherwise>
|
12468
|
+
</xsl:choose>
|
12469
|
+
</rdf:li>
|
12470
|
+
</rdf:Alt>
|
12434
12471
|
</dc:title>
|
12435
|
-
<
|
12472
|
+
<xsl:variable name="dc_creator">
|
12436
12473
|
<xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
|
12437
12474
|
|
12438
|
-
<
|
12439
|
-
<xsl:
|
12440
|
-
|
12441
|
-
|
12475
|
+
<rdf:Seq>
|
12476
|
+
<xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
|
12477
|
+
<rdf:li>
|
12478
|
+
<xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
|
12479
|
+
</rdf:li>
|
12480
|
+
<!-- <xsl:if test="position() != last()">; </xsl:if> -->
|
12481
|
+
</xsl:for-each>
|
12482
|
+
</rdf:Seq>
|
12442
12483
|
|
12443
12484
|
</xsl:for-each>
|
12444
|
-
</
|
12445
|
-
<
|
12485
|
+
</xsl:variable>
|
12486
|
+
<xsl:if test="normalize-space($dc_creator) != ''">
|
12487
|
+
<dc:creator>
|
12488
|
+
<xsl:copy-of select="$dc_creator"/>
|
12489
|
+
</dc:creator>
|
12490
|
+
</xsl:if>
|
12491
|
+
|
12492
|
+
<xsl:variable name="dc_description">
|
12446
12493
|
<xsl:variable name="abstract">
|
12447
12494
|
|
12448
12495
|
<xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
|
12449
12496
|
|
12450
12497
|
</xsl:variable>
|
12451
|
-
<
|
12452
|
-
|
12498
|
+
<rdf:Alt>
|
12499
|
+
<rdf:li xml:lang="x-default">
|
12500
|
+
<xsl:value-of select="normalize-space($abstract)"/>
|
12501
|
+
</rdf:li>
|
12502
|
+
</rdf:Alt>
|
12503
|
+
</xsl:variable>
|
12504
|
+
<xsl:if test="normalize-space($dc_description)">
|
12505
|
+
<dc:description>
|
12506
|
+
<xsl:copy-of select="$dc_description"/>
|
12507
|
+
</dc:description>
|
12508
|
+
</xsl:if>
|
12509
|
+
|
12453
12510
|
<pdf:Keywords>
|
12454
12511
|
<xsl:call-template name="insertKeywords">
|
12455
12512
|
<xsl:with-param name="meta">true</xsl:with-param>
|
@@ -12513,6 +12513,39 @@
|
|
12513
12513
|
</pdf:catalog>
|
12514
12514
|
<x:xmpmeta xmlns:x="adobe:ns:meta/">
|
12515
12515
|
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
12516
|
+
<rdf:Description xmlns:pdfaExtension="http://www.aiim.org/pdfa/ns/extension/" xmlns:pdfaProperty="http://www.aiim.org/pdfa/ns/property#" xmlns:pdfaSchema="http://www.aiim.org/pdfa/ns/schema#" rdf:about="">
|
12517
|
+
<pdfaExtension:schemas>
|
12518
|
+
<rdf:Bag>
|
12519
|
+
<rdf:li rdf:parseType="Resource">
|
12520
|
+
<pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
|
12521
|
+
<pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
|
12522
|
+
<pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
|
12523
|
+
<pdfaSchema:property>
|
12524
|
+
<rdf:Seq>
|
12525
|
+
<rdf:li rdf:parseType="Resource">
|
12526
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
12527
|
+
<pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
|
12528
|
+
<pdfaProperty:name>part</pdfaProperty:name>
|
12529
|
+
<pdfaProperty:valueType>Integer</pdfaProperty:valueType>
|
12530
|
+
</rdf:li>
|
12531
|
+
<rdf:li rdf:parseType="Resource">
|
12532
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
12533
|
+
<pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
|
12534
|
+
<pdfaProperty:name>amd</pdfaProperty:name>
|
12535
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
12536
|
+
</rdf:li>
|
12537
|
+
<rdf:li rdf:parseType="Resource">
|
12538
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
12539
|
+
<pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
|
12540
|
+
<pdfaProperty:name>corr</pdfaProperty:name>
|
12541
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
12542
|
+
</rdf:li>
|
12543
|
+
</rdf:Seq>
|
12544
|
+
</pdfaSchema:property>
|
12545
|
+
</rdf:li>
|
12546
|
+
</rdf:Bag>
|
12547
|
+
</pdfaExtension:schemas>
|
12548
|
+
</rdf:Description>
|
12516
12549
|
<rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
|
12517
12550
|
<!-- Dublin Core properties go here -->
|
12518
12551
|
<dc:title>
|
@@ -12523,33 +12556,57 @@
|
|
12523
12556
|
|
12524
12557
|
</xsl:for-each>
|
12525
12558
|
</xsl:variable>
|
12526
|
-
<
|
12527
|
-
<
|
12528
|
-
<xsl:
|
12529
|
-
|
12530
|
-
|
12531
|
-
|
12532
|
-
|
12533
|
-
|
12559
|
+
<rdf:Alt>
|
12560
|
+
<rdf:li xml:lang="x-default">
|
12561
|
+
<xsl:choose>
|
12562
|
+
<xsl:when test="normalize-space($title) != ''">
|
12563
|
+
<xsl:value-of select="$title"/>
|
12564
|
+
</xsl:when>
|
12565
|
+
<xsl:otherwise>
|
12566
|
+
<xsl:text> </xsl:text>
|
12567
|
+
</xsl:otherwise>
|
12568
|
+
</xsl:choose>
|
12569
|
+
</rdf:li>
|
12570
|
+
</rdf:Alt>
|
12534
12571
|
</dc:title>
|
12535
|
-
<
|
12572
|
+
<xsl:variable name="dc_creator">
|
12536
12573
|
<xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
|
12537
12574
|
|
12538
|
-
<
|
12539
|
-
<xsl:
|
12540
|
-
|
12541
|
-
|
12575
|
+
<rdf:Seq>
|
12576
|
+
<xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
|
12577
|
+
<rdf:li>
|
12578
|
+
<xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
|
12579
|
+
</rdf:li>
|
12580
|
+
<!-- <xsl:if test="position() != last()">; </xsl:if> -->
|
12581
|
+
</xsl:for-each>
|
12582
|
+
</rdf:Seq>
|
12542
12583
|
|
12543
12584
|
</xsl:for-each>
|
12544
|
-
</
|
12545
|
-
<
|
12585
|
+
</xsl:variable>
|
12586
|
+
<xsl:if test="normalize-space($dc_creator) != ''">
|
12587
|
+
<dc:creator>
|
12588
|
+
<xsl:copy-of select="$dc_creator"/>
|
12589
|
+
</dc:creator>
|
12590
|
+
</xsl:if>
|
12591
|
+
|
12592
|
+
<xsl:variable name="dc_description">
|
12546
12593
|
<xsl:variable name="abstract">
|
12547
12594
|
|
12548
12595
|
<xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
|
12549
12596
|
|
12550
12597
|
</xsl:variable>
|
12551
|
-
<
|
12552
|
-
|
12598
|
+
<rdf:Alt>
|
12599
|
+
<rdf:li xml:lang="x-default">
|
12600
|
+
<xsl:value-of select="normalize-space($abstract)"/>
|
12601
|
+
</rdf:li>
|
12602
|
+
</rdf:Alt>
|
12603
|
+
</xsl:variable>
|
12604
|
+
<xsl:if test="normalize-space($dc_description)">
|
12605
|
+
<dc:description>
|
12606
|
+
<xsl:copy-of select="$dc_description"/>
|
12607
|
+
</dc:description>
|
12608
|
+
</xsl:if>
|
12609
|
+
|
12553
12610
|
<pdf:Keywords>
|
12554
12611
|
<xsl:call-template name="insertKeywords">
|
12555
12612
|
<xsl:with-param name="meta">true</xsl:with-param>
|