Simple XSLT example
- look at the files (and "view source" if nécessary")
- *.html is a result of *.xml and *.xsl
- *trace" shows the trace of the XSLT execution
Done with saxon under unix:
saxon -T -o simple-xpath-apply.html simple-xpath-apply.xml simple-xpath-apply.xsl >& simple-xpath-apply-trace.xml
D.K.S.