wolves Posted April 4, 2006 Share Posted April 4, 2006 Ok, I generate this xml code, by an sql instruction..[code]<?xml version="1.0" encoding="ISO-8859-1"?><xml><turma><codigo>40003239</codigo><codigo_usuario>000021</codigo_usuario><data_ini>11/07/2006</data_ini><data_fim>25/07/2006</data_fim><hora_ini>18:45:00</hora_ini><hora_fim>21:45:00</hora_fim><vagas>22</vagas><dom></dom><seg>0</seg><ter>1</ter><qua>0</qua><qui>1</qui><sex>0</sex><sab></sab><valor>110</valor></turma></xml>[/code]if I open the page using Internet Explorer, it's ok...but if I open using FIreFox[b]XML Parsing Error: xml declaration not at start of external entityLocation: ......Line Number 3, Column 1:[/b]someone help me!! :) Quote Link to comment https://forums.phpfreaks.com/topic/6567-php-and-xml/ Share on other sites More sharing options...
jmag Posted April 4, 2006 Share Posted April 4, 2006 after what I've read up on you have to remove any extra whitespace you might have at the top or end of the file. That seems to be the things in common when other have had the same error.either [a href=\"http://www.google.com\" target=\"_blank\"]google[/a] for that error msg, or you could read a bit [a href=\"http://wordpress.org/support/topic/7713\" target=\"_blank\"]here[/a] about it. just scroll down, it takes awhile till they address the problem.but my tip is to look for whitespace, make sure it's all eliminated where possible at the start and end.HTH. Quote Link to comment https://forums.phpfreaks.com/topic/6567-php-and-xml/#findComment-23869 Share on other sites More sharing options...
davidoff Posted April 4, 2006 Share Posted April 4, 2006 Yep, remove the whitespace. Quote Link to comment https://forums.phpfreaks.com/topic/6567-php-and-xml/#findComment-23939 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.