TAILIEUCHUNG - Oracle XSQL combining sql oracle text xslt and java to publish dynamic web content phần 3

Tham khảo tài liệu 'oracle xsql combining sql oracle text xslt and java to publish dynamic web content phần 3', công nghệ thông tin, cơ sở dữ liệu phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | 100 Chapter 6 Parameter XML Representation In the previous examples you saw how to reference parameters from your XSQL page. But what if you want the parameters to be part of the result This is the job of two actions xsql include-request-param and xsql include-request-params . This action outputs all of the parameters to the XML. Here is an example of xsql include -request-param xml version page xmlns xsql urn oracle-xsql xsql include-param name conn xsql include-param name fields xsql include-param name tables page Now save this as . You can either pass the parameters in on the URL as before or change the action of your form to . In either case this page should produce the result shown in Figure . Figure XML representation of parameters. XSQL Parameters 101 In this case you have to specify the parameters one at a time. If you know that you want all of the parameters or if you want so many parameters that it s easier to just grab all of them then you can use the xsql include-request params action. You can create the following XSQLpage as . With only one line of code you ll have every parameter xml version page xmlns xsql urn oracle-xsql xsql include-request-params page The result for this when you use the same parameters as before is shown in Figure . The XML schema is very simple. Even if there are no parameters at all you ll always have the following skeleton request parameters parameters session session cookies cookies request Figure Result of xsql include-request-params 102 Chapter 6 The parameters are children of the respective elements. As you can see in the previous example parameters received from forms are children of the parameters element. For each parameter a child element with the same name as the parameter encloses the parameter s value. This works the same for session parameters and cookies. Here is an example where two of each are set request .

TÀI LIỆU LIÊN QUAN
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.