Hi,
Thanks for your answer. But my problem is how to "implement" the
SchemaFactory class (javax.xml.validation.SchemaFactory) on GWT. I try
to put "import javax.xml.validation.SchemaFactory;" on my code, but
when I launch it, there are some errors :
Errors in 'file:/home/my_user/workspace/Test/src/com/exemple/projet/
client/Test.java'
Line 56: No source code is available for type
javax.xml.validation.SchemaFactory; did you forget to inherit a
required module?
...
I try to put (<inherits name='javax.xml.validation.SchemaFactory'/>)
on my src/com.exemple.projet/Test.gwt.xml file, but it doesn't work
too.
I understand that <inherits .../> must be done for framework classes.
PS : Sorry if I don't speak very good english, but my first language
is french.
Thanks for your answer.