Advanced XSL Transformations With ASP.NET - Conclusion
(Page 7 of 7 )
That’s about it for today. Let us quickly review the concepts introduced in this article. First, we demonstrated the use of XPath expressions to filter XML data and followed it with an example that shows you how to use the XsltArgumentList() object to pass name-value parameter to an underlying style sheet.
Subsequently, we showed how to use the custom <msxsl:script> element to define custom functions written in our favorite .NET language (i.e. C#) in an XSLT style sheet and how you can invoke them in your style sheets.
The final example, building on the all concepts that we have mastered so far, demonstrated how you can conveniently pipeline the output of one XSL Transformation to another using the MemoryStream() object.
Earlier, we promised to list a set of URLs for XSL Transformations tutorials on the Internet. Here it is:
XSLT tutorial at W3Schools: http://www.w3schools.com/xsl/
default.asp
What is XSLT? at XML.com: http://www.xml.com/pub/a/2000/08/holman/
XSLT & XPath Tutorial at TopXML.com: http://www.vbxml.com/xsl/tutorials/intro/default.asp
XSLT Tutorial at Zvon.org: http://www.zvon.org/xxl/XSLTutorial/Output/index.html
XSLT Tutorial at CodeGuru.com: http://www.codeguru.com/Csharp/Csharp/cs_data/xml/
article.php/c7801/
This brings us to end of this article. Till next time, take care.
Note: All examples in this article have been tested on Windows 2000 Server with ASP.NET version 1.1 . Examples are illustrative only, and are not meant for a production environment. YMMV!
| DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware. |