Help
below. My Email address is Waverunner36117@yahoo.com
A-In a sentence or more describe the following fragments and write as
many XML statements to fully exercise all aspects of the rules. Assume
#PCDATA for those elements not defined.
1-<!ELEMENTS test(question, answer?)*>
2-<!1ELEMENTS discussion ( agenda, %AB;>
<!ENTITY % AB "(issues,solutions*)+">
3-<!ELEMENT university_name(#PCDATA)>
<!ENTITY TR "Troy State U.">
<!ENTITY AU "Auburn U.">
4- <!ELEMENT remarks (#PCDATA | NO_REMARKS)*>
<!ELEMENT NO_REMARKS EMPTY>
B-Write XML markup so the browser displays:
<Coordinates><5.67><-15.263></Coordinates>

