Thư viện tri thức trực tuyến
Kho tài liệu với 50,000+ tài liệu học thuật
© 2023 Siêu thị PDF - Kho tài liệu học thuật hàng đầu Việt Nam

Pro XML Development with Java Technology 2006 phần 5 ppt
Nội dung xem thử
Mô tả chi tiết
CHAPTER 5 ■ TRANSFORMING WITH XSLT 135
Summary
XSLT is a language for transforming XML documents to other XML documents or non-XML documents such as HTML or plain-text documents. To apply transformations described in an XSLT style
sheet to an XML document, you need an XSLT processor and an API to invoke the XSLT processor.
The TrAX API set available within JAXP 1.3 is ideally suited for transforming an input XML document using an XSLT style sheet. The type of target output document types produced by an XSLT style
sheet is limited only by your imagination. In this chapter, we showed how to successfully transform
XML documents into other XML documents, HTML documents, and plain-text documents.
Vohra_706-0C05.fm Page 135 Thursday, July 6, 2006 1:42 PM
Vohra_706-0C05.fm Page 136 Thursday, July 6, 2006 1:42 PM
■ ■ ■
PART 2
Object Bindings
Vohra_706-0C06.fm Page 137 Thursday, July 13, 2006 1:11 PM