how to validate my xml file with qm.xsd schema
Nand Chavan (11●1●1●2)
| asked Nov 28 '12, 4:11 p.m.
retagged Nov 29 '12, 8:11 a.m. by Pramod Chandoria (2.1k●1●12●20) Hello, I have a requirement to validate my xml file with qm.xsd schema. I usually validate with RAP (Rational app developer) as follows:
But I could not validate my xml file against qm.xsd. Here is what I tried:
Can you please tell how to validate my xml file using qm.xsd? Thanks nand |
One answer
qm.xsd makes references to other schema files, you will need all files to get it compiled by some tool for validation purpose
Comments Correct. You would need to pull in all the RQM schemas (see https://jazz.net/wiki/bin/view/Main/RqmApi#RQM_Schema). |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.