Иванова (Аксенова) Елена Владимировна
ИВАНОВА  Елена Владимировна
ОБО МНЕ
КУРСЫ
НАУКА
СТАЖИРОВКИ

2. Making Markup Language CVML

  1. Create your own semantic markup language CVML (Curriculum Vitae Markup Language) to store the data on your professional CV (minimum of CV components see task 1). Using Microsoft Visual Studio or any other XML-editor (XML Copy Editor, XMLPad, etc.), make CVML-document (cvml.xml).
  2. Make a DTD document (Document Type Definition) for the language CVML. Comment semantics of elements and attributes data. Document DTD should be placed in a file cvml.dtd.
  3. Check up well-formed and valid our xml-document using XML Validation.

References

  1. W3Schools. XML Tutorial
  2. W3Schools. DTD Tutorial
  3. Extensible Markup Language (XML) 1.0 (Fifth Edition). W3C Recommendation 26 November 2008
  4. XML Validation