Re: [xsl] XML output in HTML

Subject: Re: [xsl] XML output in HTML
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Tue, 11 Mar 2008 19:09:42 +0100
Senthilkumaravelan K wrote:

					<xsl:for-each select="report/result">
						<tr>
							<td>
										<xsl:apply-templates select="req" />

If you want to copy the XML element to the output then use <xsl:copy-of select="req"/>


On the other hand I am not sure I have understood what you want to achieve as putting XML elements in an HTML document usually does not make sense, the browser does not know how to deal with them.


--

	Martin Honnen
	http://JavaScript.FAQTs.com/

Current Thread