Thanks for all. following works...

<!-- tagmap.xml -->
 <tag name="paragraph" alias="PARA_LEFT_BLACK_10">
  <attribute name="leading" value="11" />
  <attribute name="size" value="10" />
  <attribute name="align" value="Justify" />
 </tag>
<tag name="table" alias="TABLE_BORDER_2COLS_25PCT">
  <attribute name="columns" value="2" />
  <attribute name="align" value="Left" />
  <attribute name="width" value="25%" />
  <attribute name="widths" value="50;50" />
  <attribute name="cellpadding" value="1" />
  <attribute name="cellspacing" value="0" />
  <attribute name="offset" value="0" />
  <attribute name="bordercolor" value="#000000"/>
  <attribute name="left" value="true"/>
  <attribute name="right" value="true"/>
  <attribute name="top" value="true"/>
  <attribute name="bottom" value="true"/>
 </tag>
 <tag name="row" alias="ROW_BORDER">
  <attribute name="horizontalalign" value="Left" />
  <attribute name="verticalalign" value="Middle" />
  <attribute name="bordercolor" value="#000000"/>
  <attribute name="left" value="true"/>
  <attribute name="right" value="true"/>
  <attribute name="top" value="true"/>
  <attribute name="bottom" value="true"/>
 </tag>
 <tag name="cell" alias="CELL_BORDER_LEFT_MIDDLE">
  <attribute name="horizontalalign" value="Left" />
  <attribute name="verticalalign" value="Middle" />
  <attribute name="bordercolor" value="#000000"/>
  <attribute name="left" value="true"/>
  <attribute name="right" value="true"/>
  <attribute name="top" value="true"/>
  <attribute name="bottom" value="true"/>
 </tag>
 <tag name="cell" alias="CELL_BORDER_RIGHT_MIDDLE">
  <attribute name="horizontalalign" value="Left" />
  <attribute name="verticalalign" value="Middle" />
  <attribute name="bordercolor" value="#000000"/>
  <attribute name="left" value="true"/>
  <attribute name="right" value="true"/>
  <attribute name="top" value="true"/>
  <attribute name="bottom" value="true"/>
 </tag>


Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!

Reply via email to