Hi I can’t open/read xml-file that is on linux apache
server. Xml is valid (checked) and it can be opened with windows apache. I
found that the solution could be to turn off xml parser but I can’t seem
to find where or what config file modify. I need xml file to create flash
charts on web pages. Info: SERVER_SOFTWARE: Apache/2.2.4 (Unix) mod_ssl/2.2.4
OpenSSL/0.9.8d Zend Core/2.5.0 PHP/5.2.5 XML example: <graph caption='Hybrids' subcaption='Units on each tech
step' xAxisName='Process step' yAxisName='Units' showNames='1'
decimalPrecision='0' formatNumberScale='0' yAxisMaxValue='10'> <set name='<a href=""
>5) Electric test 1 </a>' value='3' color='B0C4DE'/> <set name='<a href="" http://somesite.com"
>7) Electric test 2 </a>' value='2' color='B0C4DE'/> <set name='<a href="" http://somesite.com"
>6) Glue/bond sensor </a>' value='3' color='B0C4DE'/> <set name='<a href="" http://somesite.com"
>3) Mechanical inspection </a>' value='2'
color='B0C4DE'/> </graph> As said, I can create flash chart from this xml file if I
run it on windows apache. Could someone send guide on how to do this (path to file and
how to modify it). Thanks! Mika |