Where can I find a good tutorial on XSLT files? [c

2019-01-04 14:22发布

I'm writing a translation between two XML file types and was wondering where I could find some good tutorials about this process.

Thanks.

标签: xslt
1条回答
SAY GOODBYE
2楼-- · 2019-01-04 14:53

T U T O R I A L S:

Update: I am glad to add this latest XSLT tutorial:

  XSLT 2.0 and 1.0 Foundations, By Dimitre Novatchev (8:45 hours, 12 modules)

Also see these:

What's New in XSLT 3.0: Part 1, By Dimitre Novatchev (5:28 hours, 8 modules)

The Evolution of XPath: What’s New in XPath 3.0, By Dimitre Novatchev (4:29 hours, 7 modules)


  Some tutorials by Norman Walsh:

  1. On XSLT 1.0
  2. On XSLT 2.0/XPath 2.0

  Link to More tutorials


B O O K S

The classic books of Michael Kay on XSLT 1.0:

      XSLT: Programmer's Reference (Programmer to Programmer)

alt text

and on XSLT 2.0 / XPath 2.0

      XSLT 2.0 Programmer's Reference (Programmer to Programmer)

alt text http://images.amazon.com/images/P/0764569090.01._SX140_SCLZZZZZZZ_.jpg

and

      XSLT 2.0 and XPath 2.0 Programmer's Reference (Programmer to Programmer) :

alt text http://ecx.images-amazon.com/images/I/31bJBBvsybL._SL500_AA180_.jpg



The books by Jeni Tennison:

      Beginning XSLT

alt text http://isbn.abebooks.com/lbr/03/59/1590592603.jpg

      Beginning XSLT 2.0: From Novice to Professional

alt text http://isbn.abebooks.com/mz/43/59/1590593243.jpg

      XSLT and XPath On The Edge, Unlimited Edition

alt text http://ecx.images-amazon.com/images/I/51VEAtSLQbL._SL160_.jpg



And Sal Mangano's book:

      XSLT Cookbook, Second Edition

alt text http://oreilly.com/catalog/covers/0596003722_cat.gif


Blogs:

  1. Michael Kay
  2. David Carlisle
  3. Jeni Tennison
  4. Dimitre Novatchev

S I T E S

  1. xsl-list archives
  2. Dave Pawson's XSLT-FAQ
  3. FXSL -- the Functional Programming Library for XSLT
查看更多
登录 后发表回答