Forums / Setup & design / Can't read xml-files
Espen R
Tuesday 28 August 2007 2:28:34 am
Hi!
I'm trying to set up a simple flash calendar. It needs to read vars and styles from an xml-file like styles.xml. Now it seems like xml-files can't be accessed from within the eZ installation. Why is that and what can I do to fix it?
Using 3.9.2
Please help. :)
Espen
André R.
Tuesday 28 August 2007 4:46:33 am
Is the xml file static or dynamically generated?
if static, where do you place it? (try placing it in the var/storage/ directory so apache handles it)
If dynamically, try out the various xml syndication extensions.
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription @: http://twitter.com/andrerom
Wednesday 29 August 2007 4:05:17 am
It's static. And I did try to place it in the var/storage/ folder to no effect. Hm. Maybe something Apache related then?