I have a code in java and javascript to parse a XML and generate a html page. but the parser i'm using is in C. So i need to use those headers in java code. Is it possible?
since xerces parser i'm using is in C can i use the .hpp files imported into the Java code?
Thanks in advance!!!