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] | [List Home]


Subject: Re: [docbook-apps] Re: Emacs, nsgml and DocBook


Karl Eichwalder a écrit :
> Christophe Gaubert <christophe-gaubert@wanadoo.fr> writes:
> 
> 
>>I'm a neewbie with XML and DocBook. I'm using Emacs with the
>>psgml-mode. When I want to validate a simple file, I have errors like
>>this :
>>nsgmls -s  truc.xml
>>nsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd:74:17:E:
>>"X20AC" is not a function name
> 
> 
> Search for the SGML declaration that declares the XML syntax (xml.dcl
> or xml.decl) and then try a command as follows:
> 
>     nsgmls -wxml -s /usr/share/sgml/openjade/xml.dcl truc.xml
> 
> If this works set sgml-xml-declaration in .emacs accordingly (assuming
> your psgml package is recent enough):
> 
> (setq sgml-xml-declaration "/usr/share/sgml/openjade/xml.dcl")
> 

Thank you ! It seems to work now.
I have several xml.dcl. Is there a difference between them ?
nsgmls give me a warning like this :
nsgmls:/usr/share/sgml/xml.dcl:1:W: SGML declaration was not implied
Is this a problem ?

Christophe


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