I am using the windows executable version available for download, i.e., v.1.7.3.
Maybe what I am reporting may have already been corrected meanwhile, I have not checked with the CVS version.
Using a node recorder command of something of the sort:
recorder Node -xml $outDir$outStaticFile -load -node all -dof 1 2 3 disp
The xml file looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<OpenSees
... <ResponseType>time<ResponseType/>
...
</OpenSeesOutput>
Note that the tag for ResponseType is not closing properly. It should be:
</ResponseType>
Also at the end of the file it should close with:
</OpenSees>
XML typos?
Moderators: silvia, selimgunay, Moderators
XML typos?
André