[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Specifying an element from a separate XML file


Subject: Re: [xsl] Specifying an element from a separate XML file
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Thu, 21 May 2009 12:16:45 -0400

At 07:17 PM 5/20/2009, David wrote:
<xsl:variable name="here" select="."/>
<xsl:for-each select="doc('configuration.xml')/configuration/column">
<td><xsl:value-of select="$here/*[name()=current()]"/></td>
</xsl:for-each>

Or, use a meta-stylesheet, which generates a stylesheet from the configuration file to be applied to the main source file.


This is overkill for simple situations but can be useful when the configuration gets complex. Using Saxon extensions, this can even be done in a single stylesheet.

Cheers,
Wendell



======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


Current Thread
Keywords
xml