This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I am having trouble learning how to get attributes from nodes and adding them to a documentbuilder object and making it available to display on the webpage. I am using results from Solr with Java and XML. (I'm new to Java but I'm good with JavaScript and JQuery.)
With this app I am having problems getting numFound from the XML response and showing it on the webpage. Here's an example of the XML response from Solr:
I really appreciate your assistance. Here's the code I'm working with:
It'd be easier if you helped us know where to look in the code, posted only the most-relevant sections, etc. 650+ lines of code is a lot to look over to find something so specific.
willie wright
Greenhorn
Joined: Feb 18, 2010
Posts: 6
posted
0
Hi, I have edited this post to be shorter. Installing a Java IDE helped.
I think I'm on the right track to a solution here. I just need some help putting it all together. Thanks!