Posted by member 503 on 2003-04-25 09:45:03 link
You could embed XML in the RC as a string:
ModuleSetting "<foo bar='baz'>qux</foo>"
The only problem there is that the step.rc is not UTF-8 or UTF-16, so text that wasn't in ASCII might not work. The second option is to specify the name of an external XML file.
ModuleSetting "<foo bar='baz'>qux</foo>"
The only problem there is that the step.rc is not UTF-8 or UTF-16, so text that wasn't in ASCII might not work. The second option is to specify the name of an external XML file.