[jdom-interest] JDOM and recursive documents

Vijay Gummadi vijaykgummadi at yahoo.com
Wed Nov 21 06:56:24 PST 2001


Folks,
 
    After making several attempts and looking up all
the archives, I seek your input in solving this
problem I encountered.
 
    How do I use JDOM to write/create an XML document
that has a structure similar to the one shown here:
 
    <NameValuePair name="a">
        <Value>b</Value>
        <NameValuePair name="c">
            <Value>d</Value>
            <NameValuePair name="e">
                <Value>f</Value>
                <!-- Further nesting possible -->
            </NameValuePair>
        </NameValuePair>
    </NameValuePair>
 
    Any help, including code samples are highly
appreciated.
 
regards,
Vijay
eMail: vijaykgummadi at yahoo.com

__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1



More information about the jdom-interest mailing list