开发者

What does SYSTEM mean in `<!DOCTYPE people SYSTEM "peopleDTD.dtd">`?

开发者 https://www.devze.com 2023-03-18 00:37 出处:网络
What does SYSTEM refer to or mean in <!DOCTYPE people SYSTEM \"peopleDTD.dtd\">? It just seems to be standard usage in XML docs and DTD\'s, but don\'t know what it actually means开发者_如何学Go.

What does SYSTEM refer to or mean in <!DOCTYPE people SYSTEM "peopleDTD.dtd">? It just seems to be standard usage in XML docs and DTD's, but don't know what it actually means开发者_如何学Go. Thanks.


The SYSTEM keyword indicates that the SGML processor should locate the DTD in a system specific fashion. This typically (but not always) means the DTD will be provided as a filename.

— FreeBSD Documentation Project Primer for New Contributors - SGML Primer

0

精彩评论

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