Duplicate xml header -


i have fragment of xml below:

<?xml version="1.0" encoding="utf-8"?> <!-- _lcid="1033" _version="14.0.4731" _dal="1" --> <!-- _localbinding --> <?xml version="1.0" encoding="utf-8"?> <templates xmlns:ows="microsoft sharepoint">   <template name="powerpointbroadcast" id="3001">      <configuration id="0" title="powerpoint broadcast site" />   </template> </templates> 

as can see there 2 headers <?xml version="1.0" encoding="utf-8"?> caused xmldocument.load faulted. tell how handle such situation?

thanks


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -