Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Any URI query part contains parameters and values related to them. For example the URI - http://www.ieee.org/sitemap.html?WT.mc_id=hu_smap contains value hu_smap assigned to variable WT.mc_id.

So this can be represented in a xml file as below

<root>
    <WT.mc_id>hu_smap<\WT.mc_id>
<\root>

Question

  1. Is there any tool available (online/offline) which can provide the xml file when the URI is provided as input? I am developing a web related application and am converting the URI (query part) to XML. I need a validation mechanism. If such tool exists, then it would help me.
  2. Is there any other mechanism through which I can do this validation?
share|improve this question
You don't need any tool to do this. Any programmer should be able to whip together a routine in any language in a brief amount of time. – Rob Aug 22 '12 at 11:50
Yes, we are writing a code for the same. I want to verify that the xml (decomposition) is correct. So any way to check it? I thought any online tool if available will act as a validation tool. – kumar_m_kiran Aug 22 '12 at 12:05

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.