XML Script: Difference between revisions

From OCAD Wiki - English
Jump to navigation Jump to search
Line 39: Line 39:
File
File


{| class="wikitable"
|-
! Überschrift !! Überschrift !! Überschrift
|-
| Beispiel1 || Beispiel2 || Beispiel3
|-
| Beispiel4 || Beispiel5 || Beispiel6
|-
| Beispiel7 || Beispiel8 || Beispiel9
|}




 
{| border="1"
{| class="wikitable"
| Zelle 1
|-
| Zelle 2
! Name                                              !! Regierungszeit                      !! Abstammung
|-
| [[Stephan II. (Bayern)|Stephan II.]]    || 1347–1375 Herzog von Bayern          || Sohn Kaiser Ludwigs IV.
|-
| [[Friedrich (Bayern)|Friedrich]]                  || 1375–1393 Herzog von Bayern-Landshut || Sohn Stephans II.
|-
| [[Heinrich XVI. (Bayern)|Heinrich XVI.]] || 1393–1450 Herzog von Bayern-Landshut || Sohn Friedrichs
|-
|-
| [[Ludwig IX. (Bayern)|Ludwig IX.]]      || 1450–1479 Herzog von Bayern-Landshut || Sohn Heinrichs XVI.
| Zelle 3
| Zelle 4
|-
|-
| [[Georg (Bayern)|Georg]]                          || 1479–1503 Herzog von Bayern-Landshut || Sohn Ludwigs IX.
| Zelle 5
| Zelle 6
|}
|}



Revision as of 13:52, 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


Zelle 1 Zelle 2
Zelle 3 Zelle 4
Zelle 5 Zelle 6


Previous Chapter: Chapter 17: Database

Next Chapter: Chapter 19: Course Settings for Orienteering

Back to Help:Contents