Parse the XML Pro grammatically in RQM
![](http://jazz.net/_images/myphoto/e41afdaef4f140d03b747ecc38c2b49c.jpg)
HI,
I am new to RQM. I am able to see the project areas when I queried for http://<hostname>/qm/process/project-areas in RDF+XML format. However I would like to do that pro grammatically and would like to parse the XML for some business requirement. Do we have any parser already available? any good example on how can do that pro grammatically.
Please suggest me if there is a way!!
Waiting for positive reply, Thanks in Advance.
Accepted answer
![](http://jazz.net/_images/myphoto/e41afdaef4f140d03b747ecc38c2b49c.jpg)
You did not even mention what programming language you're going to use. Google is your best friend here. Use the keywords "XML parser" and the programming language name, and you should get plenty of results to go through.
As far as I know, no parser understands RQM specific contents out of the box.
If you're using Java, you should probably look into the Eclipse Lyo project.
https://eclipse.org/lyo/