|
SML.NET is a Standard ML compiler for the .NET Common Language Runtime. This guide is aimed at programmers already familiar with SML. Section 2 describes requirements, installation, and takes you through the compilation of a simple program. Section 3 presents the compilation environment. Section 4 describes extensions to Standard ML for interfacing to CLR libraries and for implementing new CLR classes inside SML.
www.only4gurus.com/v2/preview.asp?ID=2729
|
|
This tutorial will show you how to publishing a document in XHTML first, then convert it to PDF using XSL-FO.
www.geocities.com/herong_yang/xhtml/toc.html
|
|
A quick and easy wasy to make a great text effect.
(4 steps / beginner)
www.80four.co.uk/tutorials/shattered.html
|
|
The XSL ISAPI filter is an extension to Microsoft's Internet Information Services that simplifies the deployment of server-side XSL stylesheets. In this article Jean shows us how to download, configure and use the XSL ISAPI filter to generate output for different devices automatically from IIS, including web browsers and WAP compatible phones.
www.devarticles.com/art/1/105
|
|
An introduction to XSL - The style sheet language of XML. What XSL is and what it can do.
www.w3schools.com/xsl/xsl_intro.asp
|
|
This document shows practical use of XML and XSL along with explaining how to setup a DTD for XML documents. It gives several examples.
ctdp.tripod.com/independent/web/xml/guide/index.html
|
|
Microsoft recently released an XSLT style sheet that updates Internet Explorer 5 XSL style sheets to XSLT-compliant style sheets. Learn how to transform your old XSL style sheets to take advantage of the new XSLT features included in Microsoft's latest MSXML release. (Webreference)
www.webreference.com/xml/column31/
|
|
Vijay Kukreja writes a small Java program which uses Xalan and shows us how simple it is to do XML transformation.
www.perfectxml.com/vip1.asp
|
|
XSL makes it easy to edit, rearrange, and beautify your XML data. (Webmonkey)
hotwired.lycos.com/webmonkey/98/43/index2a.html?tw=authoring
|
|
This tutorial describes how to use ASP and XSL to present uniform XML data in two different ways. (4Guys)
www.4guysfromrolla.com/webtech/081300-1.shtml
|
|
Learn XSLT by browsing through this collection of Stupid XSLT Tricks. A Stupid XSLT Trick is an unusual or amusing use of XSLT to do something for which it may never have been intended.
IncrementalDevelopment.com/xsltrick/
|
|
This article is a great XML article for beginning XML developers. It discusses the advantages and disadvantages of XML and provides some ASP code examples to illustrate how to create and save XML documents. (4Guys)
4guysfromrolla.com/webtech/101600-1.shtml
|
|
The VBXML.COM XSLT tutorial introduces you to the basics of XSLT concepts, syntax, and programming. Downloaded worksheets and software give you hands-on experience with XSLT code examples and programming tools.
www.vbxml.com/xsl/tutorials/intro/default.asp
|
|
This is a complete reference to a subset of XML, called XSLT. If you are keen to learn XML, you will need to know how to program in XSLT as well.
www.vbxml.com/xsl/XSLTRef.asp
|
|
XML may be all the buzz, but a lot of the heavy lifting is actually done with XSL. Extensible Style Sheet Language Transformation sounds like a mouthful, but XSLT is your key to converting XML documents into display languages like HTML. (exploring XML)
webreference.com/xml/column17/
|