xsl-list
[Top] [All Lists]

Nested XML Tree View

2003-01-16 11:57:50
Hi,
I have the following XML:

<?xml version="1.0"?>
<VARIABLEGROUPS>
        <VARIABLEGROUP>
                <NAME>MyGroup</NAME>
                <TABLE>
                        <NAME>Plate</NAME>
                        <VARIABLE>
                                <NAME>Max_Response</NAME>
                        </VARIABLE>
                        <TABLE>
                                <NAME>Well</NAME>
                                <VARIABLE>
                                        <NAME>Well_ID</NAME>
                                </VARIABLE>
                        </TABLE>
                </TABLE>
        </VARIABLEGROUP>
</VARIABLEGROUPS>


How can I achieve the following HTML output displaying the hierachy:

Group: MyGroup
        Table: Plate
                Variable: Max_Response
                Table: Well
                        Variable: Well_ID

Any guidance at all would be appreciated.

Thanks in advance



_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail


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



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