I have a TextArea that have this XML text :
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<entry key="MULTI">2</entry>
<entry key="MULTI2">2</entry>
</properties>
How can I get the two values of : multi1 , multi2 as a variable inside java preferred using sax parser?
*I'm working on NetBeans