← Prev in month
← Prev in thread
Next in thread →
Next in month →
Re: [docbook-apps] [OT] editing chunked xml files with XEmacs inpsgml mode
wrote:
> While we're at it:
> There's this cute psgml-mode feature to insert nested tags at once. You
> press C-c e, enter the tags name (e.g. sect1) into the mini buffer hit
> enter and - woups - a complete sect1 tags along with title and para tag is
> inserted. BUT: only if there's a DOCTYPE definition in the document which
> chunked xml documents are not supposed to have. If there's no DOCTYPE
> definition only the opening and closing tags are inserted. So, to use this
> neat little feature I now insert a DOCTYPE definition every time I edit a
> document and delete this DOCTYPE def when I want to make PDFs. Very
> annoying. Does any of you out there have an idea / hint?
Put following comment at the end of your external entity:
<!-- Keep this comment at the end of the file
Local variables:
sgml-doctype: master.xml
sgml-parent-document: ("master.xml" "book" "chapter")
End:
-->
--
-----------------------------------------------------------------
Jirka Kosek
e-mail:
http://www.kosek.cz
← Prev in month
← Prev in thread
Next in thread →
Next in month →