This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] Emacs, nsgml and DocBook


Hi every one,

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
nsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:8:19:E: "X21B6" is not a function name
nsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:9:19:E: "X21B7" is not a function name
nsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:10:17:E: "X21D3" is not a function name
nsgmls:<URL>http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-amsa.ent:11:18:E: "X21CA" is not a function name
(...)


Here is the file I try to validate :
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>
<article>
<section>
<title>hbjhhj</title>
<para>hjjh</para>
</section>
</article>


What's wrong ?

Thanks (for your help and for enduring my Frenchman English ;-)
Christophe

To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]