TAILIEUCHUNG - DocBox the Definitive Guide-Chapter 3. Parsing DocBook Documents

Tham khảo tài liệu 'docbox the definitive guide-chapter 3. parsing docbook documents', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Chapter 3. Parsing DocBook Documents A key feature of SGML and XML markup is that you validate it. The DocBook DTD is a precise description of valid nesting the order of elements and their content. All DocBook documents must conform to this description or they are not DocBook documents by definition . A validating parser is a program that can read the DTD and a particular document and determine whether the exact nesting and order of elements in the document is valid according to the DTD. If you are not using a structured editor that can enforce the markup as you type validation with an external parser is a particularly important step in the document creation process. You cannot expect to get rational results from subsequent processing such as document publishing if your documents are not valid. The most popular free SGML parser is SP by James Clark available at http . SP includes nsgmls a fast command-line parser. In the world of free validating XML parsers IBM AlphaWorks s xml4j and James Clark s xp are popular choices. Not all XML parsers are validating and although a non-validating parser may have many uses it cannot ensure that your documents are valid according to the DTD. . Validating Your Documents The exact way in which the parser is executed varies according to the parser in use naturally. For information about your particular parser consult the documentation that came with it. . Using nsgmls The nsgmls command from SP is a validating SGML parser. The options used in the example below suppress the normal output -s except for error messages print the version number -v and specify the catalog file that should be used to map public identifiers to system identifiers. Printing the version number guarantees that you always get some output so that you know the command ran successfully n dbtdg nsgmls -sv -c share sgml catalog m jade SP version Because no error messages were printed we know our document is valid. If

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.