douyou1901 2014-12-19 09:30
浏览 26

odtphp中的行段

I'm currently generating some invoices with odtphp. (https://github.com/cybermonde/odtphp)

I made a segment that contains a table which will be dynamic (and therefore also use a segment) so i use the [!-- BEGIN row.segmentname --] and [!-- END row.segmentname --] tags.

My first segment is working but the row segment won't work.

Here's the error it prints:

Fatal error: Uncaught exception 'OdfException' with message ''details' segment not found in the document

Here's the part of the code that's not working:

Has anyone experienced this?

while ($row = mysql_fetch_array($res))
  {
    $segment->setVars("codearticle", $row['codearticle']);
    $segment->setVars("designation2", $row['designation']);
    $segment->setVars("qte", $row['quantite']);
    $segment->setVars("prixvente", $row['prixvente']);
    $segment->setVars("totalpiece", $row['montantvente']);
    $segment->merge();
  }
$odf->mergesegment($segment);

What should I do to make this work?

  • 写回答

1条回答 默认 最新

  • dream518518518 2014-12-19 13:28
    关注

    So, after a while of fiddling with my php code, i opened content.xml (from the odt archive) with my text editor and saw that some parts of the text were separated by some xml markups.

    I edited it and it seems to find the row tag.

    I still have some minor problems, it won't get into my while loop, but at least this part works!

    评论

报告相同问题?

悬赏问题

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