Hi all!
I need to validate some documents, but these documents may contain
several namespaces, each of one refers to different schemas, for
example:
http://schemas/schema2.xsd";
xmlns:ns1="http://schemas/schema1.xsd";
xmlns:ns3="http://schemas/schema3.xsd";>
blablaba
Convert the numbers to Strings
String.valueOf(myDouble);
and add them as Text type nodes.
Quoting Uli Franke <[EMAIL PROTECTED]>:
> Hi there
>
> I'm new to the DOM/xerces stuff. So far i've built my first writers and
> readers using the examples from the webpage (by serializing
> (root)nodes).
Hi there
I'm new to the DOM/xerces stuff. So far i've built my first writers and
readers using the examples from the webpage (by serializing
(root)nodes). Additionally I've assembled some documents using DOM and
text-nodes/elements.
But since the main focus of my xml-implementation lies on saving