xsl-list
[Top] [All Lists]

RE: Need to Transform a Flat XML Struture to a Hierarchical One

2003-03-27 13:33:05
From: Kuhn, Sam (Commerce Link) [mailto:Sam(_dot_)Kuhn(_at_)alcoa(_dot_)com]
Sent: Thursday, March 27, 2003 3:41 AM
Subject: [xsl] Need to Transform a Flat XML Struture to a Hierarchical
One

I'm using TIBCO Business Works and unsure of the XSLT processor.

Quick tip: if you want to know which processor you're using, you can output
the following:

<xsl:value-of select="system-property('xsl:vendor')"/>

This sometimes returns the version of the processor as well, although the
value is implementation-specific (for instance, Saxon 6.5.2 returns "SAXON
6.5.2 from Michael Kay"; MSXML 3 returns "Microsoft").  The other system
properties required by the XSLT 1.0 spec are xsl:version, which returns the
version of XSLT supported by the processor (*not* the release version of the
processor itself), and xsl:vendor-url, which returns the URL of the vendor's
Web site.  There may be other system properties for a specific
implementation.  At least once you know the vendor, you can find
documentation for the processor to unlock its other secrets.

hth,
b.

| brian martinez                              
brian(_dot_)martinez(_at_)trip(_dot_)com |
| lead gui programmer                                    303.708.7248 |
| trip network, inc.                                 fax 303.790.9350 |
| 6436 s. racine cir.                             englewood, co 80111 |
| http://www.cheaptickets.com/                   http://www.trip.com/ |

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>
  • RE: Need to Transform a Flat XML Struture to a Hierarchical One, Martinez, Brian <=