Hi,
Is it possible to specify a xml schema when building a Jdom document ... as
following
Code:
<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="schema.xsd">
.....
There is a way to specify dtd but schema ??
thanks for any help ...
Cedric