i found some references and i actually found a page
http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JAXPDOM8.html#wp76446
which i thought would help me.
i followed the instructions found there and everything seemed to work fine until i actually ran the program.
because i got a nasty error that i can't understand:
java.lang.IllegalArgumentException: No attributes are implemented
It occurs at the calling of
factory.setAttribute(JAXP_SCHEMA_LANGUAGE, W3C_XML_SCHEMA);
I think it is because i have Java 1.4.2 and there may not be a good version of JAXP, but how do i solve it ?
please help !