<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=big5">
<META content="MSHTML 6.00.2800.1491" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>
<DIV><FONT size=2>Hello,Anybody. I have a question.</FONT></DIV>
<DIV><FONT size=2>I have this XML ,as follow:</FONT></DIV>
<DIV><FONT size=2><Condition><BR>
<Expression operator="and"><BR>
<Expression
operator="and"><BR>
<Expression
operator="and"><BR>
<Expression
operator="="><BR>
<Expression operator="Fact" value="a"
/><BR>
<Expression operator="Const" value="false" type="Boolean"
/><BR>
</Expression><BR>
<Expression
operator="="><BR>
<Expression operator="Fact" value="a"
/><BR>
<Expression operator="Const" value="false" type="Boolean"
/><BR>
</Expression><BR>
</Expression><BR>
<Expression
operator="="><BR>
<Expression operator="Fact" value="a"
/><BR>
<Expression operator="Const" value="false" type="Boolean"
/><BR>
</Expression><BR>
</Expression><BR> <Expression
operator="="><BR>
<Expression operator="Fact" value="a"
/><BR> <Expression
operator="Const" value="false" type="Boolean"
/><BR>
</Expression><BR>
</Expression><BR> </Condition></FONT></DIV>
<DIV><FONT size=2>I need to dynamic to construct <Expression
operator="and">
<DIV><FONT size=2>and i must be used to for loop (e.g for(int
i=0;i<result<i++))</FONT>.</DIV>
<DIV>Assume i know this element running number.</FONT></DIV></DIV>
<DIV><FONT size=2>How can i use JDOM design this problem?<BR>That's for
anybody. </DIV></FONT>
<DIV><FONT size=2></FONT> </DIV></DIV></BODY></HTML>