xsl-list
[Top] [All Lists]

Creating nested structures

2004-01-22 21:24:06
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



<Prev in Thread] Current Thread [Next in Thread>