of course! i got too used to use the generated marshal() method that is built into the object, forgetting that i could use my own marshaller.
thanks! / eitan ----- Original Message ----- From: "Keith Visco" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 05, 2002 5:32 PM Subject: Re: [castor-dev] sourcegenerator: marshaled xml with schemalocation ref.. > > Hi Eitan, > > You can set the NoNamespaceSchemaLocation using the marshaller: > > Marshaller#setNoNamespaceSchemaLocation(uri); > > --Keith > > > Eitan Suez wrote: > > > > hi, > > > > using the source generator, is it possible to marshal an > > object where the produced xml document contains a > > reference to the the original xml schema that the source > > was built on? > > > > that is, i want to produce a document whose > > root/document element contains these: > > > > xsi:noNamespaceSchemaLocation="myschema.xsd" > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > > > thanks, eitan > > > > ----------------------------------------------------------- > > If you wish to unsubscribe from this mailing, send mail to > > [EMAIL PROTECTED] with a subject of: > > unsubscribe castor-dev > > ----------------------------------------------------------- > If you wish to unsubscribe from this mailing, send mail to > [EMAIL PROTECTED] with a subject of: > unsubscribe castor-dev > ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
