OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: DOCBOOK-APPS: Emacs and XML


Hello,

I got Emacs and SGML with psgml working ok. I was going to try out XML as
well.

I added docbkx412 to my sgml-catalog-files. (F:\emacs\sgml\dtd\docbkx412 in
Win2k)

I used a declaration in a test file:

	<!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
	"F:\emacs\sgml\dtd\docbkx412\docbook.cat" >

	<book></book>

I got the following in my .emacs:

	;; ecat support
	(setq sgml-ecat-files
	  (list
	    (expand-file-name "f:/emacs/sgml/dtd/html/ecatalog")
	    (expand-file-name "f:/emacs/sgml/dtd/docbook41/ecatalog")
	    (expand-file-name "f:/emacs/sgml/dtd/docbkx412/ecatalog")
	))


The ecatalog file says:

	PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "docbook.ced"

I open the test file and it color marks the declaration. It also compiles
and saves docbook.ced. It allows me to create the book tags but then it
doesn't have any tags available underneath that.

I am confused on where I am stuck.

Thanks,

Marcel


Using TSO is like kicking a dead whale down the beach.
                   -- S. C. Johnson 


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC