Creating the XML File-based or State-based Versioning File
Use an XML editor to create the XML file. For the format of the file, see either of the following:
The file you create can have any name and be located in any accessible directory.
The out-of-the-box XML file that is loaded can be retrieved by entering the following from within a windchill shell:
java wt.series.LoadFileBasedSeries <XML_file> -read
where <XML_file> is the absolute file path of the file in which the loaded content is placed.
Was this helpful?