mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Removing XML Validator Improvements of begin and TODO's in testing cases small correction in begin file to provide normal behavior of tests if Java is not installed
14 lines
219 B
Plaintext
Executable File
14 lines
219 B
Plaintext
Executable File
set SchemaFile [locate_data_file XmlXcaf.xsd]
|
|
|
|
pload XDE
|
|
set FileSuffix "xml"
|
|
|
|
# Create a new document and set UndoLimit
|
|
NewDocument D XmlXCAF
|
|
UndoLimit D 100
|
|
|
|
# Open a transaction
|
|
NewCommand D
|
|
|
|
set subgroup "xcaf_xml"
|