使用 HTML5 中的新文档类型和元素,您如何xdmp:tidy()
在 HTML5 中识别它们?
如果我有一个包含以下内容的 html 页面:
<!DOCTYPE html>
<html>
<header>blah</header>
<section>blah</section>
然后尝试类似:
xdmp:tidy(xdmp:document-get("home.html"))
我收到如下错误:
<section> is not recognized! discarding unexpected <section>
<header> is not recognized! discarding unexpected <header>
我可以发送一些选项xdmp:tidy()
来让它处理它吗?