XSLT - XML Style Language Transformation





techstore
LQ Net Home






XSLT - XML Style Language Transformation

   Printer Friendly Page

Basic XSLT Structure:


These two lines appear at the top of each XSLT sheet:
The second line is the VERSION and NAMESPACE.



The following tells XSLT how to format the output.
  Only one these is used in a stylesheet.
  The available types are:


This is always at the end of the XSLT sheet.
   The transformation instructions are before this line.



The XML document needs the following line to reference the XSLT sheet.















Copyright © 2006-2009, LQ Systems,Inc. All rights reserved.