[jdom-interest] getChildren more one level deep

Antonello Dell'Armi A.Dellarmi at ELIS.ORG
Tue May 20 05:12:29 PDT 2003


 

	If i have:
	 
	<root>
	<status>
	      <el>
	              VALUE
	      </el>
	      <el> 
	              VALUE2
	      </el>
	</status>
	</root>
	 
	How can i retrieve the VALUE (content of el Element) without passing through element status?
	 
	root.getChildren(''el'') seems doens't work....
	 
	BRGS
	@nto



More information about the jdom-interest mailing list