开发者

PHP DomDocument Save XML with HTML

开发者 https://www.devze.com 2022-12-09 18:45 出处:网络
How would I save an XML file opened with DomDocument so that the HTML inside won\'t be encoded into HTML en开发者_如何转开发tities?I\'d say, read through it however you normally are going to, then use

How would I save an XML file opened with DomDocument so that the HTML inside won't be encoded into HTML en开发者_如何转开发tities?


I'd say, read through it however you normally are going to, then use html-entity-decode()

http://www.php.net/manual/en/function.html-entity-decode.php

in whatever you are using to write it back out as xml.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号