mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-07 05:47:37 +08:00
607a96d42a
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"
|