RE: [xsl] problem converting xml to excel

Subject: RE: [xsl] problem converting xml to excel
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Fri, 12 Mar 2004 17:07:20 -0000
# >
# > My xml file looks like this
# > 	<result>
# > 		<row><col>col1</col><col>col2</col><col/></row>
# >
# 	<row><col>col1row2</col><col>col2ro2</col><col>col3row2</col></row>
# > 	</result>
# >
# > Below is a snippet from my xsl
# >
# >
# >   <xsl:template match="result">
# >   	 <xsl:for-each select="column">

I don't see an element called <column>.

Usually this sort of thing causes me to hit the delete button and move on to
the next message, but since you're not getting a response I thought I would
take the trouble to tell you why.

Michael Kay


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


Current Thread