TAILIEUCHUNG - Learning XML phần 6

hực thể Unparsed ngoài nói chung các đơn vị nhập khẩu dữ liệu XML từ các tập tin khác. Còn có một loại thực thể gọi là một thực thể unparsed nhập khẩu dữ liệu XML không. Tờ khai của một thực thể unparsed là tương tự như của một thực thể chung bên ngoài, ngoại trừ NDATA từ khóa và một loại ký hiệu theo hệ thống hoặc định danh công cộng. | Learning XML Unparsed entities External general entities import XML data from other files. There is another kind of entity called an unparsed entity that imports non-XML data. The declaration of an unparsed entity is similar to that of an external general entity except the keyword NDATA and a notation type follow the system or public identifier. For example ENTITY song NDATA audio-wav In the following example we have declared two notation types jpeg and png using their MIME types as identifiers. The graphic element is declared to be empty with an attribute source whose value is an entity name. We also declare the nonparsed entities bob and judy to reference some graphic files which will be passed to the graphic element via its attribute in the XML doc instance that follows the declarations. xml version DOCUMENT doc ELEMENT doc ANY ELEMENT graphic EMPTY ATTLIST graphic source ENTITY REQUIRED NOTATION jpeg SYSTEM image jpeg NOTATION png SYSTEM image png ENTITY bob pictures bob. jpeg NDATA jpeg ENTITY judy pictures NDATA png doc graphic source bob graphic source judy doc When the XML processor encounters a graphic element it finds the entity name in the source attribute. Since the entity is declared to be unparsed by virtue of the NDATA keyword the XML processor doesn t treat it as XML data but passes it directly to the part of the program that knows how to process it. In a web browser for example there is a function that can understand certain kinds of graphic data and render it on the screen. Sometimes the software will not be able to do anything with the data it may print an error message ask the user what to do with the data or simply discard it. Do not embed an unparsed entity directly in the XML document. Instead pass the entity to an element through an attribute as we did in the previous example. This example document is not well-formed xml version DOCUMENT doc ELEMENT doc ANY NOTATION jpeg SYSTEM image jpeg ENTITY bob

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.