Đang chuẩn bị liên kết để tải về tài liệu:
Advanced Java 2 Platform HOW TO PROGRAM phần 10

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

Trong hình. A.5, hai yếu tố tập tin khác nhau được phân biệt bằng cách sử dụng không gian tên. Dòng 6 - 7 sử dụng xmlns không gian tên XML từ khóa để tạo ra hai không gian tên tiền tố: văn bản và hình ảnh. | Appendix A Creating Markup with XML 1621 9 text file filename book.xml 10 text description A book list text description 11 text file 12 13 image file filename funny.jpg 14 image description A funny picture image description 15 image size width 200 height 100 16 image file 17 18 text directory xml version 1.0 encoding UTF-8 -- Fig. A.5 namespace.xml -- -- Namespaces -- text directory xmlns text urn deitel textInfo xmlns image urn dei-tel imageInfo text file filename book.xml text description A book list text description text file image file filename funny.jpg image description A funny picture image description image size width 200 height 100 image file text directory Fig. A.5 Demonstrating XML namespaces part 2 of 2 . In Fig. A.5 two distinct file elements are differentiated using namespaces. Lines 67 use the XML namespace keyword xmlns to create two namespace prefixes text and image. The values assigned to attributes xmlns text and xmlns image are called Uniform Resource Identifiers URIs . By definition a URI is a series of characters used to differentiate names. To ensure that a namespace is unique the document author must provide a unique URI. Here we use the text urn deitel textInfo and urn deitel imageInfo as URIs. A common practice is to use Universal Resource Locators URLs for URIs because the domain names e.g. deitel.com used in URLs are guaranteed to be unique. For example lines 6-7 could have been written as directory xmlns text http www.deitel.com xmlns-text xmlns image http www.deitel.com xmlns-image where we use URLs related to the Deitel Associates Inc. domain name www.dei-tel. com . These URLs are never visited by the parser they only represent a series of characters for differentiating names and nothing more. The URLs need not even exist or be properly formed. Lines 9-11 use the namespace prefix text to describe elements file and description. Notice that end tags have the namespace prefix text applied to them as well. Lines 13-16 apply namespace .

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.