Next in thread →
Next in month →
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 →