dqch34769 2015-06-15 19:02
浏览 48
已采纳

使用simplexml_load_string读取包含php变量的xml文件

I have a XML file that I would like to parameterize with php variable. This file is call with simplexml_load_string in a php script. I know It's possible to use php inside xml file in "classic use", but I didn't find any example with simple_xml_load_string call.

XML example, suppose MY_PHP_VARIABLE is what I want to integrate in the xml:

 <navigator title="my title">
  <presentation>
     <request> 
       <wpss>
         <wps name="test" url="MY_PHP_VARIABLE">
 ...

I try all possible combinaisons of: with/without php tag, with/without single quote, with/without double quote for :

 - echo MY_PHP_VARIABLE;

 - <![CDATA[<?php echo MY_PHP_VARIABLE; ?>]]>

I'm not the owner of the xml reader code, so if it's possible to find a solution to integrate the xml file only, it will be perfect for me. If not I will try to deal with it.

Thanks

  • 写回答

1条回答 默认 最新

  • dqaq59269 2015-06-29 13:06
    关注

    Finally it seems to be impossible. I use a different xml file with hardcoded data for each server.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 无线电能传输系统MATLAB仿真问题
  • ¥50 如何用脚本实现输入法的热键设置
  • ¥20 我想使用一些网络协议或者部分协议也行,主要想实现类似于traceroute的一定步长内的路由拓扑功能
  • ¥30 深度学习,前后端连接
  • ¥15 孟德尔随机化结果不一致
  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题