tailieunhanh - Pro XML Development with Java Technology 2006 phần 5

Thậm chí, nếu bạn chỉ tìm thứ gì đó trong văn bản, mã của bạn sẽ ném ra một loại trừ khi nó tìm thấy cái nó đang tìm. Loại trừ này dừng bộ kiểm ngữ SAX lại, và mã sẽ làm cái nó cần làm với dữ liệu được tìm thấy. | 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 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. PART 2 Object .