Thanks for the reply, Actually I already created the normal DOM Document and output to a file. Certainly you can create in the same way. I was wondering if there was any other systematic way to treat XMLSchema but I realized it was just good enough by having one way for everything now.
BTW, any example for namespace output? Tsuyoshi ----- Original Message ----- From: "Gareth Reakes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Tsuyoshi Moriyama" <[EMAIL PROTECTED]> Sent: Thursday, July 10, 2003 5:13 AM Subject: Re: any sample for creating DOM document including schema? > Hi, > you can create an XML Schema in exactly the same way as you create > a normal DOM Document as it is just XML. However, this may be quite > difficult. > > > Gareth > > > On Wed, 9 Jul 2003, Tsuyoshi Moriyama wrote: > > > Dear all, > > > > I would like to create DOM document on the memory and export it to > > a file. I finally succeeded to use DOMWriter to do that BUT without > > schema components. I used to use DTD for validation but I would like > > to switch to XML Schema. > > > > Is there any sample for creating DOM document with XML schema > > components? > > Do I need to use XMLContentModel Class? XMLElementDecl Class? > > Is there a way to incorporate those declaration into DOMDocument > > object? > > > > Best regards, > > > > Tsuyoshi > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > Gareth Reakes, Head of Product Development +44-1865-203192 > DecisionSoft Limited http://www.decisionsoft.com > XML Development and Services > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
