GeekArticles
XML
Core XML
XML
Core XMLDiscover the Wonders of XSLT: Workflows
By Benoît Marchal Go to page: 1 2 Next This article concludes the introduction to XSLT at developer.com. In the previous four articles , the series has covered the essentials of XSLT coding. The final article moves to more advanced subjects such as working with functions and multiple files. Functions Functions are implemented in XPath so they are valid wherever an XPath is valid. We have already encountered functions, such as count() and not(): count(a:para) A function takes zero, one,...n
Sponsored Links
Related Topics
