logo
WXT, a Web and Xml Tool
from Ostfold College
: Introduction > Documentation > The Script >Buildoption

Script: buildoption-element

Any number of buildoption elements may be children of a transformation element. The buildoption elements may be used to override or supplement the buildoptions which are spesified in the transformation-file itself. The build options match the options available in the <xsl:output/> - element in the transformation file.

  <buildoption name="" value=""/>

The attributes are mandatory

name A string that matches the available attributes in the <xsl:output/> - element in the transformation file.
value Any legal value, string, that you want to assign to the parameter. The value must reckogizable by the transfromation engine. Consult XSLT-documentation for more information.

A buildoption element may not have any children.

Examples:

<transformation name="T" location="trans/t1.xslt">
  <buildoption name="METHOD" value="xml"/>
  <buildoption name="ENCODING" value="UTF-8"/>
  <buildoption name="OMIT_XML_DECLARATION" value="no"/>
  <buildoption name="STANDALONE" value="yes"/>
</transformation>

WXT, a Web and Xml Tool from Ostfold College: http://www.ia.hiof.no/~borres/wxtdoc/


Bygget med WXT : 11.jan.2009