|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: ALWAYS assignment of XSL stylesheets to XML file
On 1/31/07, Michael Kay <mike@xxxxxxxxxxxx> wrote:
> Instead most of the tutorials link the XSLT stylesheet at > first into the XML document: > > <?xml version="1.0" encoding="...."> > <?xml-stylesheet type="text/xsl" href="D:\test\myxslt.xsl"?> > <TOPTAG> ... > </TOPTAG> > > Is there a reason for this ?
Equally "simplified stylesheets" encourage use of xsl:for-each, which makes it much harder to grasp templates later on. Colleagues that I've taught from from day 1 using templates in full stylesheets have understood the tree based, recursive descent processing nature of XSLT and have progressed much more quickly than those that have had to unlearn things they've assumed when learning the easy way
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






