| 29 | | The choice of the default XSL file to use is made in the config files by |
| 30 | | the '$lgt_default_flag'/2 predicate. You may also choose a different XSL |
| 31 | | file by using the xslfile/1 compiler flag in the logtalk_compile/2 or |
| 32 | | logtalk_load/2 calls. The default file is "lgtxml.xsl" (described below). |
| 33 | | |
| 34 | | The documenting files can be generated either as standalone XML files |
| 35 | | or contain a reference to either the Logtalk DTD file, "logtalk.dtd", |
| 36 | | or to the Logtalk XML Schema file, "logtalk.xsd". The reference to the |
| 37 | | XML specification file can be either a local reference or a URI reference. |
| 38 | | By default, all XML documenting files contain a local reference but that |
| 39 | | can be changed either in the config files, by setting a Logtalk compiler |
| 40 | | flag, or by using the xmlsref/1 compiler flag. Choose the option value |
| | 29 | The default XSL file to use ("lgtxml.xsl", described below) is set in the |
| | 30 | config files. You may choose a different default XSL file in your settings |
| | 31 | file or by using the "xslfile" flag. You may also override the default XSL |
| | 32 | file by using the xslfile/1 compiler option in the logtalk_compile/2 and |
| | 33 | logtalk_load/2 calls. |
| | 34 | |
| | 35 | The documenting files can be generated either as standalone XML files or |
| | 36 | containing a reference to either the Logtalk DTD file, "logtalk.dtd", or |
| | 37 | to the Logtalk XML Schema file, "logtalk.xsd". The reference to the XML |
| | 38 | specification file can be either a local reference or a URI reference. By |
| | 39 | default, all XML documenting files contain a local reference but that can |
| | 40 | be changed in your settings file, by setting the "xmlsref" Logtalk compiler |
| | 41 | flag, or by using the xmlsref/1 compiler option. Choose the option value |