.TH xslt pj "4 July 2005" .SH NAME XSLT Notes .SH DESCRIPTION Here is a template to get you started with your stylesheet: .PP .RS .br .RE .PP The tag has all kinds of general-purpose functions. You can specify whether you're outputting text, xml, or html. You can also specify an output DTD like this: .PP .RS .RE .PP To do an XSLT noop, outputting the same document you receive, do this: .PP .RS .br .br .RE .PP To select a node using criteria in other nodes, use square brackets. For example, say you've got this (contrived) XML and you want just the First Name: .PP .RS .br Joe .br Smith .br Marketing .br .RE .PP You can select it like this: .PP .RS .RE .SH AUTHOR Paul Jungwirth .SH COPYRIGHT Copyright \(co 2005 Paul Jungwirth