-
Notifications
You must be signed in to change notification settings - Fork 0
/
cls_options
56 lines (40 loc) · 1.27 KB
/
cls_options
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Validation options
#
# Name spaces Off - 0 On - 1
DoNamespaces = 1
# Schema checking Off - 0 On - 1
DoSchema = 1
# Full schema checking Off - 0 On - 1
SchemaFullChecking = 0
# Continue after fatal error Off - 0 On - 1
ContinueAfterFatalError = 0
# Schema validation Auto - 0 Never - 1 Always - 2
SchemaValidation = 0
# Comparison options
#
# Fast - 0 Normal - 1 Slow - 2 Full - 3
CompareLevel = 3
# Off - 0 On - 1
CaseSensitive = 1
# Off - 0 On - 1
IgnoreWhitespaces = 1
# XML encoding (default UTF-8)
Encoding = UTF-8
# XML version (default 1.0)
XMLVersion = 1.0
# Insert xml comments to highlight differences Off - 0 On - 1
InsertComments = 1
# Ignore attributes Off - 0 On - 1
IgnoreAttributes = 0
# Ignore content of the XML elements Off - 0 On - 1
IgnoreValues = 0
# Print element with all subelements into the output file
#EntireElement=SuperCoach_s>SuperCoach
# Ignoring elements
# You can specify a full name of an element including names of parents separated by ‘>’ (recommended)
# or only the name of the element.
# Attention! The names of the elements are case sensitive
#IgnoreElement = root>parent>element>sub-element
# Key element and attributes
#KeyAttribute = books>book|uuid
#KeyElement = books>book>name