
237
XmL
</Greeting>
<GreetingAgain>
Hello Again!
</GreetingAgain>
</Message>
In Listing8.7, Message is the root element with attribute From. e root con-
tains two elements: Greeting and GreetingAgain.
8.6 CSS Versus XSLT
CSS can only change the format of a particular element based on the chosen tag. In
other words, CSS implements styles on an element- wide basis, but does not change
these elements. On the other hand, XSLT can choose style based on tag, contents
and attributes of tag, position of tag in the document relative to other elements, and
so on. XSLT can rearrange and reorder the data, and it can incorporate HTML tags
for enhanced presenta ...