.
<firstElement>some text goes here <secondElement>another text goes here</secondElement> </firstElement>
<firstElement>some text goes here</firstElement> <secondElement> another text goes here</secondElement>
<firstElement>some text goes here <secondElement> another text goes here</firstElement> </secondElement>
</firstElement>some text goes here </secondElement>another text goes here <firstElement>
Has processing instructions
Is linked to an external XSL stylesheet
Has external general references
Has an external DTD
<?xml version=”A.0” standalone=”no”?> <! DOCTYPE DOCUMENT SYSTEM “order.dtd”?>
<?xml version=”A.0” standalone=”yes”?> <! DOCTYPE DOCUMENT SYSTEM “order.dtd”?>
<?xml version=”A.0” standalone=”no”?> <! DOCTYPE DOCUMENT “order.dtd”?>
<?xml version=”A.0” standalone=”yes”?> <! DOCTYPE DOCUMENT SYSTEM “order.dtd”?>
Objects are accessible only from the page in which they are created
Objects are accessible only from the pages which are in same session
Objects are accessible only from the pages which are processing the same request
Objects are accessible only from the pages which reside in same application
Text==pattern
Text.equals(pattern)
Text.test(pattern)
Pattern.test(text)
Start_session()
Session_start()
Session_begin()
Begin_session()
2 KB
1 KB
4 KB
3 KB
Request
HttpRequest
HttpServletRequest
ServletRequest
1-r 2-p 3-q 4-s
1-r 2-s 3-p 4-q
1-q 2-s 3-r 4-p
1-p 2-r 3-s 4-q
Text data description
Human- and computer-friendly format
Handles data in a tree structure having one-and only one-root element
All mentioned above
Wait!
Here's an interesting quiz for you.