NYCPHP Meetup

NYPHP.org

[nycphp-talk] [ot] Quick question re: XML + Flash ...

Mark Armendariz nyphp at enobrev.com
Fri Sep 10 18:37:27 EDT 2004


I don't recall having problems with an xml header, although I haven't looked
and it's been a while... 
 
if it's a php file it might just be the short tags setting in your php.ini.
If short tags are on, you'll have to echo the xml declaration tag:
 
echo '<?xml version="1.0"?>';
 
Mark


  _____  

From: talk-bounces at lists.nyphp.org [mailto:talk-bounces at lists.nyphp.org] On
Behalf Of Jon Baer
Sent: Friday, September 10, 2004 6:18 PM
To: 'NYPHP Talk'
Subject: [nycphp-talk] [ot] Quick question re: XML + Flash ...



Sorry for the OT . 

It seems that Flash can't read file w/ the <?xml declaration tag .. Is that
right? Im having a real tough time .. If its omitted it seems ok .. Am I
missing a method or something?

<?xml version="1.0"?> 
<not working/> 

<working/> 

- Jon 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20040910/144de221/attachment.html>


More information about the talk mailing list