<< Click to Display Table of Contents >>

Add store

1.To create a XML store, select [Add XML Data Store] from the right mouse click popup menu on the [XML] in OZ data window.

2.Set options in Add XML Store dialog and click [OK]. Database information appears under [XML] in data window.

Dialog Options

XML store name

XML store name

XML address (File path or URL)

XML file path or application path on the server. It can be set with the parameter wizard by clicking [Parameter] button and can also be selected by [Browse] button.

Temp XML file location in design

A temporary design time XML file path on the local system. It can be set with the parameter wizard by clicking [Parameter] button and also can be selected by [Browse] button.

XML schema file path in design time (DTD or XSD)

A design time DTD/XSD XML file path on the local system. It can be set with the parameter wizard by clicking [Parameter] button and also can be selected by [Browse] button.

XML parser(Java)

Sets the XML parser. This function is only available in Java server.

xerces: Set xerces.

dom4j: Set dom4j.

Server Log file name

The file on the server to log XML data when parsing error occurs. Data logging works only when the XML address is http:// or https:// type and XMLSTORE_LOG_FILE option value defined in log.properties file on the server is MANUAL or AUTO.

If check Alias option, server Log file name option will be inactivated and the server file log name will be alias.FILENAMETOLOG option value in datasource.properties file, not the value set in Add XML Store dialog.

The actual log file name consist of the server log file name, date, time and serial number. The log file path is XMLSTORE_LOG_FILE.LOCATION option value defined in log.properties file.

Set URL encoding

Check to encode Server URL. Check if URL parameter includes foreign language character like Korean when requesting data.

Submit by POST method

Check to use POST method to send URL parameter and uncheck for GET method.

Alias

Check if use dataset alias defined in datasource.properties file on the server and enter the alias name.

Alias filename: configuration file for dataset alias.