我正在使用curl:
curl -s -F“uploaded_file = @ / path_to_file; type = text / html”-F output = soap12 http://localhost/w3c-markup-validator/check> text.xml&& xsltproc script / guilbep_soap_w3c.xsl text.xml
xsltproc很快;但卷曲不是。
是否来自w3c-markup-validator是本地的这一事实?或者来自w3c-markup-validator本身?或者从卷曲中我可以做点什么?
我想测试超过6000 xhtml ..如果我必须在每个之间等待2秒...超过1小时..我可以等待..但我不喜欢它。
谢谢!
答案 0 :(得分:0)
我认为2秒延迟很可能是因为您通过http传输文件。是否可以在本地运行验证器,而无需将其发送到网络服务器?