XSLT XPath Tutorial
Tutorial on very basic XSLT and XPath usage. The focus on this is a from-scratch program, with particular emphasis on stand-alone programs processed with xsltproc. We describe XPath conceptually, with plenty of examples. Then the focus shifts to XSLT by taking a toy example and building its entire source code base for converting an XML data file into a CSV equivalent.
The focus is not to develop sharable code (the toy example is not a general purpuse CSV builder), but to break down the coding style of XSLT by mapping the pseudocode of the problem to specific XSLT constructs.
#XSLT #XPath #Tutorial
learn xslt
XSLT,XML,XPath