faq-v11.mod
来自「国外的一套开源CRM」· MOD 代码 · 共 61 行
MOD
61 行
<!-- =================================================================== Apache Faq module (Version 1.1)TYPICAL INVOCATION: <!ENTITY % faq PUBLIC "-//APACHE//ENTITIES FAQ Vxy//EN" "faq-vxy.mod"> %faq; where x := major version y := minor versionNOTES:AUTHORS: Steven Noels <stevenn@apache.org>FIXME:CHANGE HISTORY:[Version 1.0] 20020608 Initial version. (SN)COPYRIGHT: Copyright (c) 2002 The Apache Software Foundation. Permission to copy in any form is granted provided this notice is included in all copies. Permission to redistribute is granted provided this file is distributed untouched in all its parts and included files.==================================================================== --><!-- =============================================================== --><!-- Element declarations --><!-- =============================================================== --><!ELEMENT faqs (authors?, (faq|part)+)><!ATTLIST faqs %common.att; %title.att;> <!ELEMENT part (title, (faq | part)+) > <!ATTLIST part %common.att;> <!ELEMENT faq (question, answer)> <!ATTLIST faq %common.att;> <!ELEMENT question (%content.mix;)*> <!ATTLIST question %common.att;> <!ELEMENT answer (%blocks;)*> <!ATTLIST answer author IDREF #IMPLIED><!-- =============================================================== --><!-- End of DTD --><!-- =============================================================== -->
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?