









Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
These are the Lecture Slides of Advance Java Web Technology which includes Extensible Stylesheet Language, Styling HTML Pages, Xsl Transformations, Xsl Formatting Objects, XML Source Document, Transformed Information, Simple Xpath, Titles and Authors etc. Key important points are: Xslt and Xpath, Extensible Stylesheet Language, Styling HTML Pages, Xsl Transformations, Xsl Formatting Objects, XML Source Document, Transformed Information, Simple Xpath, Titles and Authors
Typology: Slides
1 / 16
This page cannot be seen from the preview
Don't miss anything!










XML Gregory Brill Java and XML Brett McLaughlin - XPath expressions look a lot like paths in a computer file system - / means the document itself (but no specific elements) - /library selects the root element - /library/book selects _every_ book element - //author selects _every_ author element, wherever it occurs XML Gregory Brill Java and XML Brett McLaughlin This tells you where to find the XSL file
...
Book titles:
Book authors: ...same thing, replacing title with author
Notice that XSL can rearrange the data; the HTML result can present information in a different order than the XML
Notice the xsl:for-each loop
Book Titles and Authors
Book titles:
Book authors: