谁能告诉我在使用coldfusion时是否需要将xml文件放在单独的目录中?现在,我将 xml 文件保存在 .cfm 文件所在的同一目录中。当我运行文件(cfm)时,它说,
Could not locate the style file filename.xml
这是错误:
找不到样式文件 VerticalXLabels.xml。确保文件存在并且可读。
The error occurred in C:\PATH\Testing_Connections.cfm: line 296
Called from C:\PATH\Testing_Connections.cfm: line 271
Called from C:\PATH\Testing_Connections.cfm: line 1
294 : <cfchartseries query="detail4" type="line" itemColumn="FIFTHCONN " valueColumn="FIFTHOccurances" >
295 : <cfchartseries query="detail5" type="line" itemColumn="SIXTHCONN" valueColumn="SIXTHOccurances" >
296 : <cfchartseries query="detail6" type="line" itemColumn="SEVENTHCONN" valueColumn="SEVENTHOccurances" >
297 : </cfchartseries>
298 : </cfchart>