Chủ Nhật, 10 tháng 8, 2014

Use Trax to tranform xml document

Demo : Create an application, which accepts an XSLT file as its first argument and XML document as second argument. Then, create an application using the following classes, which transforms a Source and sends the output to a Result object. 
1. Use the TransformerFactory class and its methods. 
2. Use the Transformer class and its methods.
Tạo Java Application và tạo file XML


tạo file style

Code sắp xếp tên

Code lấy dữ liệu

Code main class
Thu được file output sau khi chạy chương trình

Chạy file output.html
Demo tại đây

Nhận xét :
-Việc chuyển đổi XML sang các định dạng khác là một nhu cầu thiết yếu.
-Việc chuyển đổi không hề khó khăn và phức tạp.

Không có nhận xét nào:

Đăng nhận xét