Read XML from source in QM
![](http://jazz.net/_images/myphoto/579c63cd27924c2ee1879aa032bd20c4.jpg)
Hello everyone,
I am trying to import some document from exel to QM but I cannot find the command to translate input data and output data of this predefined sections.
I have read you can find it reading the source as a XML but how can I do that?
until now my code looks like //Input data
testcase.Section("myns:com.ibm.rqm.planning.editor.section.caseInputData","RQM-KEY-TC-INPUT-DATA-TITLE")=G2
//Output data
testcase.Section("myns:com.ibm.rqm.planning.editor.section.caseOutputData","RQM-KEY-TC-OUTPUT-DATA-TITLE")=B19
Thank you!