XML is a clear and concise way to describe data. Let’s see an example: <?xml version="1.0" encoding="UTF-8"?> <message id="123"> <from>Nikos</from> <to>Sofia</to… more →
Nikos' Java blogwrote 2 months ago: If you need to read, write, navigate, create or modify XML documents, take a look at dom4j. Browsing … more →
wrote 4 months ago: Problem: Sometimes it is required to keep the special characters same in the output XML file as in t … more →
wrote 5 months ago: Hiện nay có rất nhiều thư viện hỗ trợ Java tương tác với file XML. Bài viết xin giới thiệu cách sử d … more →
wrote 5 months ago: Hiện nay có rất nhiều thư viện hỗ trợ Java tương tác với file XML. Bài viết xin giới thiệu cách sử d … more →
wrote 1 year ago: Hello everyone, today’s article is about adding namespaces to your XML document using Java and … more →
wrote 1 year ago: Hello, this is my first real article so I hope I get things right… This article is about a … more →
wrote 1 year ago: Reader Level : Basic Recently i have been involved in a project that uses heavy XML which game me op … more →
wrote 1 year ago: XML is a clear and concise way to describe data. Let’s see an example: <?xml version="1.0" … more →
wrote 1 year ago: Selamat siang saudara2 dari Indonesia. XML adalah cara yang jelas untuk menggambarkan informasi. Mar … more →
wrote 1 year ago: Η XML είναι ένας σαφής και ξεκάθαρος τρόπος να περιγράφουμε δεδομένα. Ας δούμε ένα παράδειγμα: <? … more →
wrote 1 year ago: I’ve been hunting down PermGen memory leaks lately with YourKit profiler. It’s been an i … more →
wrote 2 years ago: SOA(service oriented architecture) is a popular word in the enterprise application field. Se … more →