TAILIEUCHUNG - Professional ASP.NET 2.0 XML phần 3

Đây là một trong những tính năng quan trọng mà các nhà phát triển đang kêu gọi cho các phiên bản trước của Visual thẻ HTML có chứa các thẻ nơi con trỏ chuột của bạn hiện tại đang nằm. Nhấp chuột vào bất kỳ các nút cho phép các nhà phát triển có thể tùy chọn thay đổi lựa chọn cấp nguồn, | Chapter 4 script html xmlns http 1999 xhtml head runat server title Writing XML File title head body form id form1 runat server div asp label id lblResult runat server div form body html Listing 4-8 uses urn employees-wrox as the namespace and the namespace prefix used is emp . If you navigate to the code Listing 4-8 in a browser you will see the output shown in Figure 4-6. Figure 4-6 In Listing 4-8 you supplied the namespace as an argument to the WriteStartElement as shown in the following code. employee urn employees-wrox You can also accomplish this effect using the following two lines of code as well. string prefix urn employees-wrox prefix employee null 94 Reading and Writing XML Data Using XmlReader and XmlWriter By leveraging the LookupPrefix method you can get reference to the namespace space prefix in a local variable and then supply it as an argument to methods such as WriteStartElement . The advantage to this approach is that you don t have to supply the namespace to each of the creation methods you simply supply the prefix obtained through the LookupPrefix method to the creation methods. Writing Images Using XmlWriter The techniques described in the previous sections can also be used with any sort of binary data that can be expressed with an array of bytes including images. This section provides you with an example and demonstrates how to embed a JPEG image in an XML document. The structure of the sample XML document is extremely simple. It consists of a single employee node and inside that node there is an image node holding the binary image data plus an attribute containing the original file name. Code required for implementing this is shown in Listing 4-9. Listing 4-9 Embedding an Image in an XML Document @ Page Language C @ Import Namespace @ Import Namespace script runat server void Page_Load object sender EventArgs e string xmlFilePath @ C Data .

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.