XML typos?

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
arbarbosa
Posts: 112
Joined: Tue Sep 07, 2004 1:48 am
Location: Oregon State University
Contact:

XML typos?

Post by arbarbosa »

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>
André
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

these have been fixed in the code .. the changes will be reflected in 1.7.4
Post Reply