Write code in xml which reads login and password ?
Answer / nithin chacko ninan
<opt>
<username>testuser</username>
<password>frodo</password>
</opt>
or
<params>
<param name="action">login</param>
<param name="login">jon@doe.com</param>
<param name="password">foobar</param>
</params>
| Is This Answer Correct ? | 9 Yes | 1 No |
What are xml entities used for?
What is xquery in xml?
What is xml document system?
Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents?
What is xpath expression?
Is xml hierarchical?
Is sql worth learning?
Explain how to remove a particular attribute from XML?
How can I use xml?
What is xml xsl?
What is xmlns in xml?
What is DOM and how does it related to XML?