you have declared it on an element in the dtd but that element
(sb:reference) is not in the xml document you have provided.
If you changed sb:pages definition to this:
http://www.elsevier.com/xml/sb";>
then all would be fine.
Gareth
I did it in vikas.ent
-Original Message-
From: Gareth Reakes [mailto:[EMAIL PROTECTED]
Sent: 19 September 2003 15:45
To: Agrawal, Vikas (ELS)
Cc: '[EMAIL PROTECTED]'; Abeykoon, Dharsan (ELS)
Subject: Re: Is it a bug with namespace
Hi,
you don't seem to have mappe
Hi,
you don't seem to have mapped the prefix to an xmlns:prefix
declararion. Take a look at thenamespaces spec or a tutorial.
Gareth
On Fri, 19 Sep 2003, Agrawal, Vikas (ELS) wrote:
> Hi All,
>
> I am using xml4c 2.2.0 and DOMBuilder to parse my xml files.
>
> I get error "The prefi
Hi All,
I am using xml4c 2.2.0 and DOMBuilder to parse my xml files.
I get error "The prefix 'sb' has not been mapped to any URI" for attached
file 'vikas.xml' as soon as I set name space to true as show below.
parserInstance_->setFeature(XMLUni::fgDOMNamespaces, true);
Could anybody help me wha