metanorma-itu 2.5.2 → 2.5.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -14395,6 +14395,39 @@
14395
14395
  </pdf:catalog>
14396
14396
  <x:xmpmeta xmlns:x="adobe:ns:meta/">
14397
14397
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
14398
+ <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="">
14399
+ <pdfaExtension:schemas>
14400
+ <rdf:Bag>
14401
+ <rdf:li rdf:parseType="Resource">
14402
+ <pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
14403
+ <pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
14404
+ <pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
14405
+ <pdfaSchema:property>
14406
+ <rdf:Seq>
14407
+ <rdf:li rdf:parseType="Resource">
14408
+ <pdfaProperty:category>internal</pdfaProperty:category>
14409
+ <pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
14410
+ <pdfaProperty:name>part</pdfaProperty:name>
14411
+ <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
14412
+ </rdf:li>
14413
+ <rdf:li rdf:parseType="Resource">
14414
+ <pdfaProperty:category>internal</pdfaProperty:category>
14415
+ <pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
14416
+ <pdfaProperty:name>amd</pdfaProperty:name>
14417
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
14418
+ </rdf:li>
14419
+ <rdf:li rdf:parseType="Resource">
14420
+ <pdfaProperty:category>internal</pdfaProperty:category>
14421
+ <pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
14422
+ <pdfaProperty:name>corr</pdfaProperty:name>
14423
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
14424
+ </rdf:li>
14425
+ </rdf:Seq>
14426
+ </pdfaSchema:property>
14427
+ </rdf:li>
14428
+ </rdf:Bag>
14429
+ </pdfaExtension:schemas>
14430
+ </rdf:Description>
14398
14431
  <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
14399
14432
  <!-- Dublin Core properties go here -->
14400
14433
  <dc:title>
@@ -14405,33 +14438,57 @@
14405
14438
 
14406
14439
  </xsl:for-each>
14407
14440
  </xsl:variable>
14408
- <xsl:choose>
14409
- <xsl:when test="normalize-space($title) != ''">
14410
- <xsl:value-of select="$title"/>
14411
- </xsl:when>
14412
- <xsl:otherwise>
14413
- <xsl:text> </xsl:text>
14414
- </xsl:otherwise>
14415
- </xsl:choose>
14441
+ <rdf:Alt>
14442
+ <rdf:li xml:lang="x-default">
14443
+ <xsl:choose>
14444
+ <xsl:when test="normalize-space($title) != ''">
14445
+ <xsl:value-of select="$title"/>
14446
+ </xsl:when>
14447
+ <xsl:otherwise>
14448
+ <xsl:text> </xsl:text>
14449
+ </xsl:otherwise>
14450
+ </xsl:choose>
14451
+ </rdf:li>
14452
+ </rdf:Alt>
14416
14453
  </dc:title>
14417
- <dc:creator>
14454
+ <xsl:variable name="dc_creator">
14418
14455
  <xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
14419
14456
 
14420
- <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
14421
- <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
14422
- <xsl:if test="position() != last()">; </xsl:if>
14423
- </xsl:for-each>
14457
+ <rdf:Seq>
14458
+ <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
14459
+ <rdf:li>
14460
+ <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
14461
+ </rdf:li>
14462
+ <!-- <xsl:if test="position() != last()">; </xsl:if> -->
14463
+ </xsl:for-each>
14464
+ </rdf:Seq>
14424
14465
 
14425
14466
  </xsl:for-each>
14426
- </dc:creator>
14427
- <dc:description>
14467
+ </xsl:variable>
14468
+ <xsl:if test="normalize-space($dc_creator) != ''">
14469
+ <dc:creator>
14470
+ <xsl:copy-of select="$dc_creator"/>
14471
+ </dc:creator>
14472
+ </xsl:if>
14473
+
14474
+ <xsl:variable name="dc_description">
14428
14475
  <xsl:variable name="abstract">
14429
14476
 
14430
14477
  <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
14431
14478
 
14432
14479
  </xsl:variable>
14433
- <xsl:value-of select="normalize-space($abstract)"/>
14434
- </dc:description>
14480
+ <rdf:Alt>
14481
+ <rdf:li xml:lang="x-default">
14482
+ <xsl:value-of select="normalize-space($abstract)"/>
14483
+ </rdf:li>
14484
+ </rdf:Alt>
14485
+ </xsl:variable>
14486
+ <xsl:if test="normalize-space($dc_description)">
14487
+ <dc:description>
14488
+ <xsl:copy-of select="$dc_description"/>
14489
+ </dc:description>
14490
+ </xsl:if>
14491
+
14435
14492
  <pdf:Keywords>
14436
14493
  <xsl:call-template name="insertKeywords">
14437
14494
  <xsl:with-param name="meta">true</xsl:with-param>
@@ -14395,6 +14395,39 @@
14395
14395
  </pdf:catalog>
14396
14396
  <x:xmpmeta xmlns:x="adobe:ns:meta/">
14397
14397
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
14398
+ <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="">
14399
+ <pdfaExtension:schemas>
14400
+ <rdf:Bag>
14401
+ <rdf:li rdf:parseType="Resource">
14402
+ <pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
14403
+ <pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
14404
+ <pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
14405
+ <pdfaSchema:property>
14406
+ <rdf:Seq>
14407
+ <rdf:li rdf:parseType="Resource">
14408
+ <pdfaProperty:category>internal</pdfaProperty:category>
14409
+ <pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
14410
+ <pdfaProperty:name>part</pdfaProperty:name>
14411
+ <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
14412
+ </rdf:li>
14413
+ <rdf:li rdf:parseType="Resource">
14414
+ <pdfaProperty:category>internal</pdfaProperty:category>
14415
+ <pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
14416
+ <pdfaProperty:name>amd</pdfaProperty:name>
14417
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
14418
+ </rdf:li>
14419
+ <rdf:li rdf:parseType="Resource">
14420
+ <pdfaProperty:category>internal</pdfaProperty:category>
14421
+ <pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
14422
+ <pdfaProperty:name>corr</pdfaProperty:name>
14423
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
14424
+ </rdf:li>
14425
+ </rdf:Seq>
14426
+ </pdfaSchema:property>
14427
+ </rdf:li>
14428
+ </rdf:Bag>
14429
+ </pdfaExtension:schemas>
14430
+ </rdf:Description>
14398
14431
  <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
14399
14432
  <!-- Dublin Core properties go here -->
14400
14433
  <dc:title>
@@ -14405,33 +14438,57 @@
14405
14438
 
14406
14439
  </xsl:for-each>
14407
14440
  </xsl:variable>
14408
- <xsl:choose>
14409
- <xsl:when test="normalize-space($title) != ''">
14410
- <xsl:value-of select="$title"/>
14411
- </xsl:when>
14412
- <xsl:otherwise>
14413
- <xsl:text> </xsl:text>
14414
- </xsl:otherwise>
14415
- </xsl:choose>
14441
+ <rdf:Alt>
14442
+ <rdf:li xml:lang="x-default">
14443
+ <xsl:choose>
14444
+ <xsl:when test="normalize-space($title) != ''">
14445
+ <xsl:value-of select="$title"/>
14446
+ </xsl:when>
14447
+ <xsl:otherwise>
14448
+ <xsl:text> </xsl:text>
14449
+ </xsl:otherwise>
14450
+ </xsl:choose>
14451
+ </rdf:li>
14452
+ </rdf:Alt>
14416
14453
  </dc:title>
14417
- <dc:creator>
14454
+ <xsl:variable name="dc_creator">
14418
14455
  <xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
14419
14456
 
14420
- <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
14421
- <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
14422
- <xsl:if test="position() != last()">; </xsl:if>
14423
- </xsl:for-each>
14457
+ <rdf:Seq>
14458
+ <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
14459
+ <rdf:li>
14460
+ <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
14461
+ </rdf:li>
14462
+ <!-- <xsl:if test="position() != last()">; </xsl:if> -->
14463
+ </xsl:for-each>
14464
+ </rdf:Seq>
14424
14465
 
14425
14466
  </xsl:for-each>
14426
- </dc:creator>
14427
- <dc:description>
14467
+ </xsl:variable>
14468
+ <xsl:if test="normalize-space($dc_creator) != ''">
14469
+ <dc:creator>
14470
+ <xsl:copy-of select="$dc_creator"/>
14471
+ </dc:creator>
14472
+ </xsl:if>
14473
+
14474
+ <xsl:variable name="dc_description">
14428
14475
  <xsl:variable name="abstract">
14429
14476
 
14430
14477
  <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
14431
14478
 
14432
14479
  </xsl:variable>
14433
- <xsl:value-of select="normalize-space($abstract)"/>
14434
- </dc:description>
14480
+ <rdf:Alt>
14481
+ <rdf:li xml:lang="x-default">
14482
+ <xsl:value-of select="normalize-space($abstract)"/>
14483
+ </rdf:li>
14484
+ </rdf:Alt>
14485
+ </xsl:variable>
14486
+ <xsl:if test="normalize-space($dc_description)">
14487
+ <dc:description>
14488
+ <xsl:copy-of select="$dc_description"/>
14489
+ </dc:description>
14490
+ </xsl:if>
14491
+
14435
14492
  <pdf:Keywords>
14436
14493
  <xsl:call-template name="insertKeywords">
14437
14494
  <xsl:with-param name="meta">true</xsl:with-param>
@@ -14395,6 +14395,39 @@
14395
14395
  </pdf:catalog>
14396
14396
  <x:xmpmeta xmlns:x="adobe:ns:meta/">
14397
14397
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
14398
+ <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="">
14399
+ <pdfaExtension:schemas>
14400
+ <rdf:Bag>
14401
+ <rdf:li rdf:parseType="Resource">
14402
+ <pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
14403
+ <pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
14404
+ <pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
14405
+ <pdfaSchema:property>
14406
+ <rdf:Seq>
14407
+ <rdf:li rdf:parseType="Resource">
14408
+ <pdfaProperty:category>internal</pdfaProperty:category>
14409
+ <pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
14410
+ <pdfaProperty:name>part</pdfaProperty:name>
14411
+ <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
14412
+ </rdf:li>
14413
+ <rdf:li rdf:parseType="Resource">
14414
+ <pdfaProperty:category>internal</pdfaProperty:category>
14415
+ <pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
14416
+ <pdfaProperty:name>amd</pdfaProperty:name>
14417
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
14418
+ </rdf:li>
14419
+ <rdf:li rdf:parseType="Resource">
14420
+ <pdfaProperty:category>internal</pdfaProperty:category>
14421
+ <pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
14422
+ <pdfaProperty:name>corr</pdfaProperty:name>
14423
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
14424
+ </rdf:li>
14425
+ </rdf:Seq>
14426
+ </pdfaSchema:property>
14427
+ </rdf:li>
14428
+ </rdf:Bag>
14429
+ </pdfaExtension:schemas>
14430
+ </rdf:Description>
14398
14431
  <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
14399
14432
  <!-- Dublin Core properties go here -->
14400
14433
  <dc:title>
@@ -14405,33 +14438,57 @@
14405
14438
 
14406
14439
  </xsl:for-each>
14407
14440
  </xsl:variable>
14408
- <xsl:choose>
14409
- <xsl:when test="normalize-space($title) != ''">
14410
- <xsl:value-of select="$title"/>
14411
- </xsl:when>
14412
- <xsl:otherwise>
14413
- <xsl:text> </xsl:text>
14414
- </xsl:otherwise>
14415
- </xsl:choose>
14441
+ <rdf:Alt>
14442
+ <rdf:li xml:lang="x-default">
14443
+ <xsl:choose>
14444
+ <xsl:when test="normalize-space($title) != ''">
14445
+ <xsl:value-of select="$title"/>
14446
+ </xsl:when>
14447
+ <xsl:otherwise>
14448
+ <xsl:text> </xsl:text>
14449
+ </xsl:otherwise>
14450
+ </xsl:choose>
14451
+ </rdf:li>
14452
+ </rdf:Alt>
14416
14453
  </dc:title>
14417
- <dc:creator>
14454
+ <xsl:variable name="dc_creator">
14418
14455
  <xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
14419
14456
 
14420
- <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
14421
- <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
14422
- <xsl:if test="position() != last()">; </xsl:if>
14423
- </xsl:for-each>
14457
+ <rdf:Seq>
14458
+ <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
14459
+ <rdf:li>
14460
+ <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
14461
+ </rdf:li>
14462
+ <!-- <xsl:if test="position() != last()">; </xsl:if> -->
14463
+ </xsl:for-each>
14464
+ </rdf:Seq>
14424
14465
 
14425
14466
  </xsl:for-each>
14426
- </dc:creator>
14427
- <dc:description>
14467
+ </xsl:variable>
14468
+ <xsl:if test="normalize-space($dc_creator) != ''">
14469
+ <dc:creator>
14470
+ <xsl:copy-of select="$dc_creator"/>
14471
+ </dc:creator>
14472
+ </xsl:if>
14473
+
14474
+ <xsl:variable name="dc_description">
14428
14475
  <xsl:variable name="abstract">
14429
14476
 
14430
14477
  <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
14431
14478
 
14432
14479
  </xsl:variable>
14433
- <xsl:value-of select="normalize-space($abstract)"/>
14434
- </dc:description>
14480
+ <rdf:Alt>
14481
+ <rdf:li xml:lang="x-default">
14482
+ <xsl:value-of select="normalize-space($abstract)"/>
14483
+ </rdf:li>
14484
+ </rdf:Alt>
14485
+ </xsl:variable>
14486
+ <xsl:if test="normalize-space($dc_description)">
14487
+ <dc:description>
14488
+ <xsl:copy-of select="$dc_description"/>
14489
+ </dc:description>
14490
+ </xsl:if>
14491
+
14435
14492
  <pdf:Keywords>
14436
14493
  <xsl:call-template name="insertKeywords">
14437
14494
  <xsl:with-param name="meta">true</xsl:with-param>
@@ -14395,6 +14395,39 @@
14395
14395
  </pdf:catalog>
14396
14396
  <x:xmpmeta xmlns:x="adobe:ns:meta/">
14397
14397
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
14398
+ <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="">
14399
+ <pdfaExtension:schemas>
14400
+ <rdf:Bag>
14401
+ <rdf:li rdf:parseType="Resource">
14402
+ <pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
14403
+ <pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
14404
+ <pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
14405
+ <pdfaSchema:property>
14406
+ <rdf:Seq>
14407
+ <rdf:li rdf:parseType="Resource">
14408
+ <pdfaProperty:category>internal</pdfaProperty:category>
14409
+ <pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
14410
+ <pdfaProperty:name>part</pdfaProperty:name>
14411
+ <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
14412
+ </rdf:li>
14413
+ <rdf:li rdf:parseType="Resource">
14414
+ <pdfaProperty:category>internal</pdfaProperty:category>
14415
+ <pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
14416
+ <pdfaProperty:name>amd</pdfaProperty:name>
14417
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
14418
+ </rdf:li>
14419
+ <rdf:li rdf:parseType="Resource">
14420
+ <pdfaProperty:category>internal</pdfaProperty:category>
14421
+ <pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
14422
+ <pdfaProperty:name>corr</pdfaProperty:name>
14423
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
14424
+ </rdf:li>
14425
+ </rdf:Seq>
14426
+ </pdfaSchema:property>
14427
+ </rdf:li>
14428
+ </rdf:Bag>
14429
+ </pdfaExtension:schemas>
14430
+ </rdf:Description>
14398
14431
  <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
14399
14432
  <!-- Dublin Core properties go here -->
14400
14433
  <dc:title>
@@ -14405,33 +14438,57 @@
14405
14438
 
14406
14439
  </xsl:for-each>
14407
14440
  </xsl:variable>
14408
- <xsl:choose>
14409
- <xsl:when test="normalize-space($title) != ''">
14410
- <xsl:value-of select="$title"/>
14411
- </xsl:when>
14412
- <xsl:otherwise>
14413
- <xsl:text> </xsl:text>
14414
- </xsl:otherwise>
14415
- </xsl:choose>
14441
+ <rdf:Alt>
14442
+ <rdf:li xml:lang="x-default">
14443
+ <xsl:choose>
14444
+ <xsl:when test="normalize-space($title) != ''">
14445
+ <xsl:value-of select="$title"/>
14446
+ </xsl:when>
14447
+ <xsl:otherwise>
14448
+ <xsl:text> </xsl:text>
14449
+ </xsl:otherwise>
14450
+ </xsl:choose>
14451
+ </rdf:li>
14452
+ </rdf:Alt>
14416
14453
  </dc:title>
14417
- <dc:creator>
14454
+ <xsl:variable name="dc_creator">
14418
14455
  <xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
14419
14456
 
14420
- <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
14421
- <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
14422
- <xsl:if test="position() != last()">; </xsl:if>
14423
- </xsl:for-each>
14457
+ <rdf:Seq>
14458
+ <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
14459
+ <rdf:li>
14460
+ <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
14461
+ </rdf:li>
14462
+ <!-- <xsl:if test="position() != last()">; </xsl:if> -->
14463
+ </xsl:for-each>
14464
+ </rdf:Seq>
14424
14465
 
14425
14466
  </xsl:for-each>
14426
- </dc:creator>
14427
- <dc:description>
14467
+ </xsl:variable>
14468
+ <xsl:if test="normalize-space($dc_creator) != ''">
14469
+ <dc:creator>
14470
+ <xsl:copy-of select="$dc_creator"/>
14471
+ </dc:creator>
14472
+ </xsl:if>
14473
+
14474
+ <xsl:variable name="dc_description">
14428
14475
  <xsl:variable name="abstract">
14429
14476
 
14430
14477
  <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
14431
14478
 
14432
14479
  </xsl:variable>
14433
- <xsl:value-of select="normalize-space($abstract)"/>
14434
- </dc:description>
14480
+ <rdf:Alt>
14481
+ <rdf:li xml:lang="x-default">
14482
+ <xsl:value-of select="normalize-space($abstract)"/>
14483
+ </rdf:li>
14484
+ </rdf:Alt>
14485
+ </xsl:variable>
14486
+ <xsl:if test="normalize-space($dc_description)">
14487
+ <dc:description>
14488
+ <xsl:copy-of select="$dc_description"/>
14489
+ </dc:description>
14490
+ </xsl:if>
14491
+
14435
14492
  <pdf:Keywords>
14436
14493
  <xsl:call-template name="insertKeywords">
14437
14494
  <xsl:with-param name="meta">true</xsl:with-param>