[xsl] Creating nested structures

Subject: [xsl] Creating nested structures
From: scott gabelhart <swgabel@xxxxxxxxxxxx>
Date: Thu, 22 Jan 2004 23:24:06 -0500
I am stuck trying to determine how to create nested structures from my
transform for my xsl output.

Desired output example would be
<table><tr><td></td></tr><table><tr><td></td></tr></table></table>

Also is there a XPath method that can be employed to find a begining elements closing tag structure when transforming a nested xml input file?

Example:

Input xml file:

<TABLE><DPROW><OBJECT>2</OBJECT><OBJECT>4</OBJECT></DPROW><TABLE><DPROW><OBJECT>4</OBJECT></DRROW></TABLE></TABLE>

Thanks in advance.

- Scott





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


Current Thread