xsl-list
[Top] [All Lists]

Re: [xsl] Open source XML and XSLT examples

2010-06-13 20:33:59
At 2010-06-12 05:24 -0700, robert wrote:
Are there any large, comprehensive XSLT transform examples freely
available?  If so, where can I find them?

For the first time one of my clients has released my work for them as open source, and it is an example of my use of XSLT 2.0 constructs. This is in support of an extraction vocabulary used when building templates that harvest information from instances of SportsML ( http://en.wikipedia.org/wiki/SportsML ). The new library is version 2.0 of SportsMLT:

  http://sportsmlt.svn.sourceforge.net/viewvc/sportsmlt/

It is documented using my freely-available XSLStyle environment for embedding DocBook (or DITA or XHTML) in scaffolding in XSLT stylesheets:

  http://www.CraneSoftwrights.com/resources/#xslstyle

... and the end result of the documentation is found here, automatically generated from the XSLT through the XSLStyle stylesheets:

  http://sportsmlt.svn.sourceforge.net/viewvc/sportsmlt/2.0/sportsmlt2.html

One of the stylesheet fragments illustrates my use of XML 1.1 because some of the legacy data formats for sports scores in newspapers need to use control characters that are not available in XML 1.0.

The project is continuing, and there may be some changes such as a wholesale replacement of the harvesting addressing language of using attributes. The target users of this vocabulary have no knowledge of XSLT or XPath, but the are expected to understand that the information is structured as a tree with familial relationships between the elements. We are awaiting feedback from users as to whether they can understand what they need to do with the attributes or if we have to change things. Perhaps with the XSLT 2.1 "eval" we can offer full XPath addressing for those who know it, but something will still be needed for those who don't.

I'll be pleased to answer any questions off list.

I hope this helps.

. . . . . . . . . . . . Ken


--
XSLT/XQuery training:   after http://XMLPrague.cz 2011-03-28/04-01
Vote for your XML training:   http://www.CraneSoftwrights.com/s/i/
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
G. Ken Holman                 mailto:gkholman(_at_)CraneSoftwrights(_dot_)com
Male Cancer Awareness Nov'07  http://www.CraneSoftwrights.com/s/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--