1. The EmployeeDatabase.xml file holds the data of all employees.
2. Use XPath expressions.
In this application, the apprentices are defined in the trainee namespace while all other employees are defined in the default namespace. This application should count the number of apprentices and print their details on the user console.
Tạo Java Application và tạo file xml |
Code tạo kết nối tới file XML vừa tạo trong main class |
Code Namespace |
Code Xpath |
Kết quả |
Nhận xét :
-Xpath đóng vai trò quan trọng trong quá trình trao đổi thông tin,cơ sở dữ liệu.
-Dễ dàng truy cập vào các node trong XML bằng cách viết các câu lệnh đơn giản và đặt điều kiện trong các câu lệnh.
-Cú pháp khai báo đơn giản và ngắn gọn.
-Cho phép ta chọn lựa những thông tin, dữ liệu nào mà ta muốn chuyển.
Không có nhận xét nào:
Đăng nhận xét