Home
Download/Install
Case Studies
Features
Why XML Xdoc?
Online Manual
Pricing/Purchase
FAQ
CSV File Format
About XML
Feedback/Contact us
|
XML Xdoc - Manual
This Xdoc online manual contains examples for each of the available switches.
Basic Switches
| Switch | Description |
| | |
| filename | Filename specifies input file |
| -url | Specifies input file to be an Internet file (http) |
| -output | Speficies name of output file |
| -delimiter | Specify delimiter to be used to separate fields |
| -rootname | Specify name of root element |
| -recordname | Specify name of record element |
| -xmlversion | Defines the version of XML |
| -binary | Defines whether binary data are processed |
| -run | Specify whether to automatically open the converted XML file |
| -debug | Mode to allow the checking of data parsing |
| -tagfile | Specify element names |
Advanced Switches
| Switch | Description |
| | |
| -encoding | Specify encoding to be used |
| -comment | Enables a comment to be specified |
| -spacing | Specify 'pretty' spacing |
| -spacingamount | Specify number of spaces to indent tags |
| -trim | Defines whether to remove leading/trailing spaces |
| -omitheader | Specify whether to omit an initial header row |
| -rowid | Add attribute if=n |
| -rowidname | Specify name of rowid |
| -rowid | Adds the attribute id=recordnumber |
Advanced Switches
| Switch | Description |
| | |
| -stylesheet | Specify name of XSL stylesheet |
| -css | Speficies Cascading Style Sheet (CSS) file |
| -dtds | Provides DTD support for SYSTEM DTD processing descriptions |
| -dtdp | Provides DTD support for PUBLIC DTD processing descriptions |
| | |
| -quotechar | Defines quote character |
| -escapechar | Defines escape character |
Error messages
could not open input file 'filename'
This error occurs because the input filename, or http Internet filename, does not exist.
could not open output file 'directory/filename'
This error occurs because the directory does not exist or the file is locked or read only.
|