|
Provided by: Online Training Directory Ready, Set, XML for Non ProgrammersXML |
![]() |
XML for writers, editors, managers, and other non-programmers. Learn to read and write documents in XML, the key to new Web content and e-commerce.
In this course you learn why XML is becoming a key standard on the Web, how it changes the way you write, and how XML tags take your text through a maze of software from your desk to the user.
You learn about the critical role of software called a parser, that monitors the tags you write to make sure they are correct, then checks the structure of your document, to make sure it matches a standard defined in a Document Type Definition or Schema. Then you create all parts of an XML document, learning how to start and end a tag, how to write the names correctly, how to enter values, and, where to put the actual content. In frequent short exercises, you learn how to create all the components of an XML document?a prolog, with an XML declaration, comments, and processing instructions, and a body with elements, attributes, entity references. And you learn how to follow the standard structure with your tags, to make sure that your document can be validated by the parser. By the end of the course, you will have several short XML documents, and one complex XML document, to use in your portfolio. Note that this course does not espouse any particular software tool, and does not go into creating a Document Type Definition, Schema, or Namespaces.
You do not need to know HTML, although some familiarity with it could be helpful.
You do not need any special software, other than a word processor, and a browser, with an Internet connection. Required text:Course Workbook Each week?s work includes reading our material, consulting the textbook, doing exercises, and participating in online discussions.
In this course you learn why XML is becoming a key standard on the Web, how it changes the way you write, and how XML tags take your text through a maze of software from your desk to the user.
You learn about the critical role of software called a parser, that monitors the tags you write to make sure they are correct, then checks the structure of your document, to make sure it matches a standard defined in a Document Type Definition or Schema. Then you create all parts of an XML document, learning how to start and end a tag, how to write the names correctly, how to enter values, and, where to put the actual content. In frequent short exercises, you learn how to create all the components of an XML document?a prolog, with an XML declaration, comments, and processing instructions, and a body with elements, attributes, entity references. And you learn how to follow the standard structure with your tags, to make sure that your document can be validated by the parser. By the end of the course, you will have several short XML documents, and one complex XML document, to use in your portfolio. Note that this course does not espouse any particular software tool, and does not go into creating a Document Type Definition, Schema, or Namespaces.
You do not need to know HTML, although some familiarity with it could be helpful.
You do not need any special software, other than a word processor, and a browser, with an Internet connection. Required text:Course Workbook Each week?s work includes reading our material, consulting the textbook, doing exercises, and participating in online discussions.
|
|
||||||||||||
Training
Provided by Online Training Directory
- A asked: Hi, Let me know the mode of training, duration and the fee structure for the XML course you have advertised. Thanksa
- U asked: I'm interested in this course and wanted to know the cost as well as when its available.
- A asked: I am trying to obtain information on training for XML for non programmers.
- T asked: I currently am employed with a government contractor as a Documentation Specialist. As the techincal manuals we produce will soon be required to be completed in an electronical fashion with HTML, would this course help prepare for that change? If not, is there a course you would recommend? Thank you.
- P asked: Please send me the applicable brochure detailing the cost the course.
- C asked: I am interested in this course for my department. I am interested in a mix of face to face and via web self study. I am also interested in the following topics DITA, Framemaker roundtripping, EDD vs DTD vs Schema development.
- M asked: Please send me more inforamtion about this course
Ready, Set, XML for Non Programmers
Outcomes You will be graded on weekly exercises, which must be submitted on time, to receive credit. You also receive credit for weekly participation in our online discussion, posting your response to a general question, and replying to comments and queries from other participants. Assessment By the end of this course, you will be able to ? Write an entire XML document that passes the tests for correct format and structure ? Describe the forces driving the XML revolution. ? List 10 benefits to using XML tags for content. ? Describe the relationship between your XML document, its structural model, and its stylesheet. ? Describe the way your XML document passes through various software gates, moving from you to the user. ? Explain the role of the XML parser, and the user?s browser, in interpreting your XML document. ? Create a full prolog to an XML document ? Read and write XML tags for elements, attributes, entity references, comments, processing instructions, and other components of an XML document. ? Spot problems with incorrect XML tagging, and make corrections. ? Ensure that your document is well formed. ? Ensure that your XML document has a valid structure. Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 In this module, you explore the idea of tags. You?ll learn 10 benefits of marking up a Web document with tags identifying content and structure. To get a little background, you?ll see how the eXtensible Markup Language?the machine that lets you create new sets of tags?grew out of the gigantic but unwieldy Standard General Markup Language, to overcome many limitations of the HyperText Markup Language. You will discover how e-commerce is driving industry to adopt XML as a standard for every piece of content you create?stored in object-oriented databases, published through content management software, customized, personalized, syndicated, and reassembled on the fly for use on personal and corporate computers, handheld devices, and WebTV. And you?ll get a sense of the way using XML tags will transform the way you think about the information you are going to publish on the Web. By focusing your attention on structure and purpose, XML will change the way you write. You start creating an XML document. You learn how a program called a parser will review your tags to see if you?ve inserted them correctly; if so, the parser will declare your document ?well formed,? and pass it along to the user?s Web browser, for display. (If the parser disapproves of your tagging, the document is not passed along to the browser?one of the reasons we must learn to tag right). In this module, you begin to create a well-formed prolog?the first part of an XML document, describing it to the parser, and, perhaps, a few other humans. You soak up the basics of XML tagging, and create comments, processing instructions, and an XML declaration. You learn why you often use a prolog at the start of your XML document to point to another document that describes the ideal structure for all documents of this type, and, perhaps, a stylesheet describing how this document will be formatted. You declare what type of document this will be, so the parser can later check to make sure the structure matches the standard published separately in a file called a Document Type Definition or Schema. You also learn how to tell the browser what stylesheet to use when formatting the XML document. Now you have completed the prolog to your XML document, and you?re ready to write the actual content. In this module, you write the body of the XML document. You organize your content into a standard structure, using XML tags to indicate each component in that hierarchy. You are creating the most important components of your document?the elements of content. You are surrounding raw content with starting and ending tags, writing the name of the element correctly, and, finally, entering the content itself. You learn to start off with a root element, at the top of the hierarchy, and work your way down, guided by the standard model for this type of document, nesting elements within elements, until you reach the end, and close your document. If XML elements are the nouns, then their attributes are adjectives, because they describe the content. Attributes let software manipulate the content, sorting it, reorganizing it, formatting it, or transforming it on the fly. You?ll learn how to name an element?s attributes, and give their values. You?ll build several short XML documents consisting of a prolog and body, with elements, attributes, and content. To round out your well-formed XML document, you?ll learn to use entity references to work around the problem you face when the name of an element or attribute happens to include a character that the parser would otherwise believe indicated that a new tag might be starting. You?ll see how to tag information that should not be sent through the parser, because it contains too many of these restricted characters, or because you want it left as it stands. Most important, you will create an entire XML document starting with raw content, and a set of elements, with their attributes, plus comments, processing instructions, and entity references. This final project will allow you to show off your XML tagging skills in your portfolio. Contact Hours: 24
About The Training Provider: Online Training Directory
Online Training Directory - JER Online (JER Group, Inc.) lists over 1000 , cost affordable, non-credit Courses and Certificates in its own proprietary online catalog. We are always adding "more courses...all the time " to a growing inventory.
The courses and certificates that comprise JER Online s course catalog are developed by (1) JER Online, (2) a growing number of accredited .edu partners and by (3) corporate...

