Re: [xsl] How to insert Root Element in XML Output

Subject: Re: [xsl] How to insert Root Element in XML Output
From: "Gary E. Daniels" <gdaniels@xxxxxxxxxxx>
Date: Wed, 03 May 2006 15:49:47 -0500
Thanks, Jack and all others that gave of their time to help me out. Got it working now.


Gary



At 02:51 PM 5/3/2006 +0100, you wrote:



I don't know wat your XSL looks like; but you can probably get whhat you
want by adding a template rule like this:

<xsl:template match="/">
  <xsl:element name="foo">
  <xsl:apply-templates/>
  </xsl:element>
</xsl:template>

--
Jack.

Gary E. Daniels Cornerstone Appraisal Company 500 Selkirk Drive Schaumburg, IL. 60194 847 882-5892 Fax 847 882-5963 mailto:gdaniels@xxxxxxx http://www.askdata.net

Current Thread