Next in thread → Next in month →

Re: [xml-dev] parser error : Premature end of data

From
David Carlisle <>
To
Date
2010-11-08T00:29:58Z
ID
<>
Thread
Re: [xml-dev] parser error : Premature end of data
On 08/11/2010 00:25, Thufir wrote:
> <library xmlns="urn:loc.gov:books">
>    <book xmlns:isbn="urn:ISBN:0-395-36341-6">

perhaps. but if you just want to declare two namespaces (which was the 
original stated requirement) you don't need to use two elements at all, 
simply declare them both on book


<book xmlns="urn:loc.gov:books"
       xmlns:isbn="urn:ISBN:0-395-36341-6">

David
Next in thread → Next in month →