gpt4 book ai didi

php - 找不到类 "XSLTProcessor'

转载 作者:可可西里 更新时间:2023-11-01 13:39:16 26 4
gpt4 key购买 nike

<分区>

我正在尝试使用 XSLT 将 XML 文件转换为 HTML 输出。

我的代码如下:

<?php

$xml = new DOMDocument;
$xml->load('file.xml');

$xsl = new DOMDocument;
$xsl->load('file.xsl');

$proc = new XSLTProcessor;

$proc->importStyleSheet($xsl);

echo $proc->transformToXML($xml);

?>

但我收到错误: fatal error :找不到类“XSLTProcessor”

我知道这与我的服务器上的 xslt 处理器不是用 PHP 编译的事实有关...但我似乎找不到启用它的方法。 (我不控制服务器,但我的主机控制)

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com