Reader Level : Basic Recently i have been involved in a project that uses heavy XML which game me opportunity to look into many Java and XML related technologies/libraries/parsers. I tried to share so… more →
Sciology = Science + Technologydkor wrote 1 day ago: JetBrains has released its IntelliJ IDEA java IDE with a free edition. It’s a good news. That … more →
shunmugakrishna wrote 1 week ago: This article specifies a simple Java code to read the data or contents from the xml file using jdom … more →
Florence wrote 8 months ago: Suppose we have this simple XML file (hungry.xml): <?xml version="1.0" encoding="UTF-8"?> < … more →
federico wrote 9 months ago: JDOM is a library providing an easy-to-use yet powerful API allowing us to easily parse and/or manip … more →
Subinkrishna G wrote 10 months ago: Almost two years back I posted a SAX based RSS parser (find it here) which was intented for J2ME. Bu … more →
ObLiB wrote 1 year ago: A few months ago, I worked on a java project which had to manage XML data. The XML data that I had t … more →
sureshkrishna wrote 1 year ago: Reader Level : Basic Recently i have been involved in a project that uses heavy XML which game me op … more →
Draško Sarić wrote 1 year ago: JDOM as you (Java developers) all know is excellent package for dealing with XML. Its interface is v … more →
sureshkrishna wrote 1 year ago: JDOM: [www.jdom.org] JDOM is a full featured Java API for the SAX and DOM accessing. Collections are … more →
Lijin wrote 1 year ago: Today I had faced an issue related with jDom Xpath. In my project I am using Xpath to get Nodes from … more →
sabbour wrote 2 years ago: Yesterday when I was trying to send an XML document through a Socket in a Java program, I was having … more →