XML Script: Difference between revisions

From OCAD Wiki - English
Jump to navigation Jump to search
No edit summary
Line 35: Line 35:




==2. XML Script General
==2. XML Script General==


File
File
Line 42: Line 42:
{| class="wikitable"
{| class="wikitable"
|-
|-
! Überschrift !! Überschrift !! Überschrift
! Header 1
! Header 2
! Header 3
|-
|-
| Beispiel1 || Beispiel2 || Beispiel3
| row 1, cell 1
| row 1, cell 2
| row 1, cell 3
|-
|-
| Beispiel4 || Beispiel5 || Beispiel6
| row 2, cell 1
| row 2, cell 2
| row 2, cell 3
|-
|-
| Beispiel7 || Beispiel8 || Beispiel9
| row 3, cell 1
| row 3, cell 2
| row 3, cell 3
|}
|}



Revision as of 14:18, 4 October 2011

(This function is only available in OCAD Professional!)

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

http://www.ocad.com/Whitepaper/Ocad10_Xml_Script_Specification.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>



1. Introduction

Select Execute XML Script from File menu.


2. XML Script General

File


Header 1 Header 2 Header 3
row 1, cell 1 row 1, cell 2 row 1, cell 3
row 2, cell 1 row 2, cell 2 row 2, cell 3
row 3, cell 1 row 3, cell 2 row 3, cell 3


Previous Chapter: Chapter 17: Database

Next Chapter: Chapter 19: Course Settings for Orienteering

Back to Help:Contents