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 building blocks of xml?
Why xml is a markup language?
Can I resolve the uri used as an xml namespace name?
If an element or attribute is in the scope of an xml namespace declaration, is its name in that namespace?
What is cdata section in xml?
What is xml declaration tag?
How to generate dynamic HTML pages from relational database using XSLT?
Define structure of xml?
Is there any xsd file to validate atom feed files?
What is dhtml and xml?
Which xsl type is used for navigation in xml documents?
Can xml tags have numbers?