[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] Including XML name prefix twice ..
- From: David Carlisle <davidc@nag.co.uk>
- To: Pankaj.Trehan@IGT.com
- Date: Thu, 21 Aug 2008 12:17:06 +0100
> Is there any problem if we include XML name space prefix twice in the
> XML document.
Twice in the same document isn't a problem, but your example had the
same declaration twice on the same element, which means at the XML level
you have two xmlns:n2 attributes on the same element so the document is
not well formed, and will trigger a fatal parse error with any XML
application.
David
________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs.
________________________________________________________________________
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]