Subject:SociologyPrice: Bought3
Q1.)Create a well-formed resume in XML for yourself or a fictional person. It should be very short but include tags for name, address, phone number, qualifications, at least three jobs, and at least 2 previous educational achievements. Save it as resume.xml and transfer it to your gl account in swe2016. Note:
Q2. Now make a DTD for a valid resume. Instead of using an external DTD as we did above, use an internal DTD and add it to your resume.xml file using pico. An example of an internal DTD is at w3schools. Note:
Q3. Validate your resume.xml file using xmllint on gl. Note:
4. There are also on-line validators from web pages. Paste xml with an internal dtd.
5. Go to the w3schools page on XHTML and read the section on validation (in XML Basic). View the source for that very page and note that it has the declaration for the XHTML DTD.