Hello,
I am currently using XMLSpy, and have generated a sample xml file from the schema using XMLSpy. This function does not give me the ability to fill in fields to their max length, if they have a max length restriction.
My goal is to test the boundry condition of exceeding the max length...
I am working on a schema for validating incoming XML data files. The basic form of the xml coming in should be:
<job_foo>
<global_info>
...
</global_info>
<data>
print data here
</data>
<data>
more print data
</data>
...more data tags...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.