XML Script

From OCAD Wiki - English
Revision as of 16:41, 1 September 2011 by Admin (talk | contribs) (Created page with '(This function is only available in OCAD Professional!) Choose this command to execute functions whose settings are defined in a XML file. ADD ->http://www.ocad.com/Whitepaper…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

(This function is only available in OCAD Professional!)

Choose this command to execute functions whose settings are defined in a XML file.

ADD ->http://www.ocad.com/Whitepaper/Ocad10ScriptSpecification.pdf

Example of XML script file:

<ocadScript>
<exportScript>
<export id="3">
<file>c:\export\exportfile.bmp</file>
<format>BMP</format>
<resolution>300</resolution>
<anti-alias>true</anti-alias>
<colorCorrection>true</colorCorrection>
<partialMap>
<enabled>false</enabled>
</partialMap>
<tiles>
<enabled>true</enabled>
<width>500</width>
<height>500</height>
</tiles>
</export>
</exportScript>
</ocadScript>


Previous Chapter: Chapter 17: Database

Next Chapter: Chapter 19: Course Settings for Orienteering