Hello,
I need to create a XML document with the schema in the document type.
I need to get something line this after outputting to the string:

<?xml version="1.0" encoding="ISO-8859-1"?>
<MyProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="C:\XMLSchemas\Profile\MyProfile.xsd">
        <TA>
                
        </TA>
</MyProfile>
Please, advice.
Thank you.
<br><hr align="left" width="300">
View this message in context: <a href="http://www.nabble.com/How-to-create-a-document-with-the-xsd-as-a-document-type-tf3273992.html#a9104016">How to create a document with the xsd as a document type</a><br>
Sent from the <a href="http://www.nabble.com/JDOM---General-f2640.html">JDOM - General mailing list archive</a> at Nabble.com.<br>