[Oberon] XML Module in Bluebottle Native (May 22, 2002)
Alexander Hofmann
alexhofmann at web.de
Tue Jun 3 14:43:27 CEST 2003
Hello all together.
I've got a Problem with the XML Module for Bluebottle Native (May 22, 2002).
When I try to write the XML into a Writer created with AosFS.OpenWriter
by executing XMLDocument.Write a Trap occurs in the procedure
XMLAttribute.Write.
Here is the Code I use:
PROCEDURE Proc;
VAR nf:AosFS.File; w:AosFS.Writer;
BEGIN
nf := AosFS.New("Test.XML");
AosFS.OpenWriter(w,nf,0);
XMLDocument.Write(w); (* Has already read some data from a XML-File *)
AosIO.Update(w);
AosFS.Register(nf);
END Proc;
Does anyone know how to solve the Problem?
Thanks in advance,
Alexander Hofmann.
More information about the Oberon
mailing list