Re: ESQL: get-xml: problem with namespace for root element.

2003-11-01 Thread Marcin Okraszewski
Hi, I want to obtain an xml mixed content using . I add n root element but I would like to set a namespace for it. Unfortunately it doesn't work by adding only prefix. I can't leave root in namespace with empty prefix, because the xml in DB is without prefix too, which causes namespace mismatch.

Re: ESQL: get-xml: problem with namespace for root element.

2003-10-31 Thread Christian Haul
Marcin Okraszewski wrote: Hi, I want to obtain an xml mixed content using . I add n root element but I would like to set a namespace for it. Unfortunately it doesn't work by adding only prefix. I can't leave root in namespace with empty prefix, because the xml in DB is without prefix too, which cau

ESQL: get-xml: problem with namespace for root element.

2003-10-30 Thread Marcin Okraszewski
Hi, I want to obtain an xml mixed content using . I add n root element but I would like to set a namespace for it. Unfortunately it doesn't work by adding only prefix. I can't leave root in namespace with empty prefix, because the xml in DB is without prefix too, which causes namespace mismatch. -