LOTUS DOMINO の XML


例:page 要素および table 要素の DXL 出力
次に引用するテキストファイルは、タイトルと表が含まれるページの DXL 出力を表します。表には行が 2 行あり、それぞれにイメージが含まれる列と価格が含まれる列があります。

その下の関連項目セクションでは、この例の中で DXL 形式で示される要素について説明します。

各要素の属性は、要素の開始タグの左右の不等号記号の中に記述されています。要素の終了タグの位置は、要素の包含階層を示します。たとえば、page 要素の終了タグは下記の例の最後に置かれています。これは、以下に示すほかのすべての要素が <page> 要素に含まれることを示します。

<page name="dresses" publicaccess="false" designerversion="6">

<noteinfo noteid="13a" unid="48A43168DCF8993485256A4000447339"sequence="5">

<created>
<datetime dst="
true">20010502T082739,45-04</datetime>
</created>

<modified>
<datetime dst="
true">20010502T084643,31-04</datetime>
</modified>

<revised>
<datetime dst="
true">20010502T084643,30-04</datetime>
</revised>

<lastaccessed>
<datetime dst="
true">20010502T084643,30-04</datetime>
</lastaccessed>

<addedtofile>
<datetime dst="
true">20010502T083517,19-04</datetime>
</addedtofile>

</noteinfo>

<updatedby>
<name>CN=Mary Lally/OU=CAM/O=Condor</name>
</updatedby>

<body>

<richtext>

<par />

<pardef id="1" align="center" />

<par def="1">
<run>
<font size="
24pt" color="blue" />
Bridesmaid Dresses
</run>

</par>

<table widthtype="fitmargins" cellbordercolor="yellow"leftmargin="1in" cellborderstyle="ridge"colorstyle="solid" bgcolor="silver" insidewrap="true"insidewrapheight="1in">

<border style="solid" width="2px" color="olive"dropshadow="true" />

<tablecolumn width="66.58%" />

<tablecolumn width="33.42%" />

<tablerow>
<tablecell bgcolor="
#e0ffbf">
<pardef id="
3" align="center"leftmargin="0.0313in" keepwithnext="true"keeptogether="true" />
<par def="
3">
<picture height="
341px" width="218px"alttext="caldesigns white two-piecedress">
<imageref name="
design1.jpg" />
<caption>CALDesigns</caption>
</picture>

</par>


</tablecell>

<tablecell colorstyle="vgradient" bgcolor="none"altbgcolor="#a1e2ff">
<pardef id="
4" align="center"leftmargin="0.0313in" keepwithnext="true"keeptogether="true" />

<par def="4" />

<pardef id="5" leftmargin="0.0313in"keepwithnext="true" keeptogether="true" />

<par def="5">
<run>
<font size="
24pt" color="blue" />
$250
</run>

</par>

</tablecell>

</tablerow>

<tablerow>

<tablecell bgcolor="#ffe1dc">

<pardef id="6" leftmargin="0.0313in"keepwithnext="true" keeptogether="true" />

<par def="6">
<imagemap lastdefaultid="
8"lastcircleid="1" lastrectangleid="55">
<picture height="
341px" width="219px"alttext="PERDesigns pink two-piecesleeveless dress">
<border style="
dot" width="1px"color="#ff4040" />
<imageref name="
design2.jpg" />
<caption>PERDesigns</caption>
</picture>

<area type="circle" htmlid="bracelet">
<point x="
5" y="82" />
<point x="
81" y="158" />
<urllink href="
http://www.PERD
esigns.com/jewelry
" />
</area>
</imagemap>

</par>

</tablecell>

<tablecell>
<cellbackground repeat="
hrepeat">
<imageref name="
graphic.gif" />
</cellbackground>

<par def="5" />

<par>


<run>
<font size="
24pt" color="blue" />
$300
</run>

</par>

</tablecell>

</tablerow>

</table>

<pardef id="7" />

<par def="7">
<namedelementlink showborder="
true" type="page"name="ordering">
<run>
<font size="
14pt" color="teal" />
Order a dress
</run>
</namedelementlink>

</par>

</richtext>

</body>

<item name="$$ScriptName" summary="false" sign="true">
<text>Untitled</text>
</item>

関連項目