On Monday 28 May 2001 14:43, Wagenbreth, IT BK Zust, DD wrote:
> Hi!
>
> I try to work with BatikSVG in JavaServerPages.
> JavaCode, who worked perfect in a JavaProgramm, does not work in the
> environment of a JSP:
> Document doc = impl.createDocument(namespaceURI, "svg", null);
It seems that you are trying to use the DOM Level 1 createDocument method
with the parameter of the createDocumentNS method from the DOM Level 2 method.
We highly recommend you to use a DOM Level 2 binding (and a DOM Level 2
implementation of course).
Hope this helps,
Thierry.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]