标签: php xhtml debian tidy
我试图用Tidy将php文件中的很多html4标签转换成xhtml,就像在Debian中这样:
tidy -indent -o xhtmltestnew.php -asxhtml xhtmltest.php
我有两个问题。
1)我可以整理忽略我的PHP代码吗?通过转换它会使很多事情变得混乱。
2)出于某种原因,我无法将其关闭img和br标签 - 这可以做到吗?
我应该尝试另一种方法吗?