Filename:ファイル名: | ffe-in-room.xfc |
---|---|
Levelレベル: | Medium |
XML context:コンテキスト: | room |
This building block shows an FF&E list for room. It could be used in a separate report or in combination with for instance RDS.
It contains a repeating table over このビルディング・ブロックは、部屋の付属設備リストを表示します。独立したレポートとして、またはRDSなどと組み合わせて使用することができます。
これは、room/occurrence-list/occurrence to list all occurrences in room. To get to the FF&E item information we use a key/index since the occurrence is only a reference to articles in の繰り返しテーブルを含み、部屋内のすべてのオカレンスをリストします。
FF&Eアイテムの情報にアクセスするためには、オカレンスはdrofus-xml/article-container. We use this in the global xslt:の物品の参照のみなので、key/indexを使用します。これをグローバルxsltで使用します:
<xsl:key match="article" name="article-index" use="@id"/> |
---|
To get e.g. the FF&E number we do like this例えば、FF&E番号を得るには次のようにします。
key('article-index',article/@ref)/core/@article_func_no |
---|
It includes sub FF&E it they exists. They are italic and the number is indented and this is done by doing some conditional formatting on the table-row and the block around the FF&E number.サブFF&Eも含まれます。それらはイタリック体で、番号は字下げされており、これはテーブル行とFF&E番号の周りのブロックに条件付きフォーマットを適用することによって行われます。