例: 統合スタイルシート文書 - Advanced SQL Engine - Teradata Database

Teradata Vantage™ - XMLデータ型

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
2021年7月
Language
日本語
Last Update
2021-09-23
dita:mapPath
ja-JP/kxe1590704060061.ditamap
dita:ditavalPath
ja-JP/wrg1590696035526.ditaval
dita:id
B035-1140
Product Category
Software
Teradata Vantage
以下に、サンプルの統合スタイルシート文書を示します。
<?xml version="1.0" encoding="UTF-8"?>
<ConsolidatedStylesheet
   stylesheetURI="http://www.example.com/stylesheeturi" >
   <ComponentStylesheet locationURI="http://example.com/stylesheeturi"
      <xsl:stylesheet  …>
      ....
      </xsl:stylesheet>
   </ComponentStylesheet>
   <ComponentStylesheet locationURI="../xslt/includedstylesheet1.xsl"
      <xsl:stylesheet  …>
      ....
      </xsl:stylesheet>
   </ComponentStylesheet>
</ConsolidatedStylesheet>

ConsolidatedStylesheet要素は、統合スタイルシート文書の文書要素です。これは個々のスタイルシート構成要素を含むエンベロープです。各構成要素はComponentStylesheet要素でラップされ、そこにlocationURI属性が含まれています。ベース スタイルシートにはstylesheetURI属性があり、その値がいずれかの構成要素のlocationURIと一致します。スタイルシートはこの構成要素からコンパイルを開始し、ComponentStylesheet要素のlocationURI属性を使用することによって、スタイルシート内に出現するスタイルシートのインクルードを解決します。