[Uml-devel] Bug fix patch: xmlschemawriter
Brian Thomas
thomas at mail630.gsfc.nasa.gov
Mon Mar 17 08:04:05 UTC 2003
On Monday 17 March 2003 09:35 am, Jonathan Riddell wrote:
>
> On Thu, 13 Mar 2003, Brian Thomas wrote:
> > I found some bugs in the xmlschema writer code. This patch fixes
> > the following problems:
>
> I've commited the patch.
>
> > - important code opening the schema document didnt make it
> > into CVS (somehow corrupted)
> > now back in.
>
> I changed this code to just use the header file, since that's what it's
> for.
But the change results in hacking off the opening <schema> tag, which
results in quite unacceptable XML document (No root node!). Furthermore,
you cant have an XML document start with a header/comment; its not
valid unless the very first like is the xml processing instruction, e.g.
<?xml version="1.0"?>
-b.t.
>
> Jonathan Riddell
-
More information about the umbrello-devel
mailing list