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 is the use of annotations in reference to an xml document?
Whether graphics can be used in XML? If so, How?
Why is dtd important?
I Read xml is used to store and transfer data can you explain it with sample code for storing and displaying data.
what is the significance of namespaces in xml?
Write a code for xml attribute and element.
What is the difference between xml and xslt?
What is targetnamespace?
What is XSL check point?
What are the nodes using which the template gets instantiated?
Why namespaces are important?
Who created xml?