[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Newbie: -V nochunks
Dear Friends,
Using this sgml file from
http://www.oreilly.com/catalog/docbook/chapter/book/ch02.html
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<article>
<artheader>
<title>My Article</title>
<author><honorific>Dr</honorific><firstname>Emilio</firstname>
<surname>Lizardo</surname></author>
</artheader>
<para> ... </para>
<sect1><title>On the Possibility of Going Home</title>
<para> ... </para>
</sect1>
<bibliography> ... </bibliography>
</article>
I can generate html file with problems,
bash-2.05a$ openjade -t sgml -d
/usr/local/sgml/dsssl/docbook-dsssl-1.76/html/docbook.dsl artigo.sgml
openjade:artigo.sgml:12:15:E: character data is not allowed here
openjade:artigo.sgml:12:33:E: end tag for "BIBLIOGRAPHY" which is not finished
But when I use -V nochunks I have problems,
Why?
Any suggestion?
Thanks,
Nei
bash-2.05a$ openjade -t sgml -V nochunks -d
/usr/local/sgml/dsssl/docbook-dsssl-1.76/html/docbook.dsl artigo.sgml
openjade:artigo.sgml:12:15:E: character data is not allowed here
openjade:artigo.sgml:12:33:E: end tag for "BIBLIOGRAPHY" which is not finished
<HTML
><HEAD
><TITLE
>My Article</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
"></HEAD
><BODY
CLASS="ARTICLE"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="ARTICLE"
><DIV
CLASS="TITLEPAGE"
><H1
CLASS="TITLE"
><A
NAME="AEN2">My Article</H1
><H3
CLASS="AUTHOR"
><A
NAME="AEN4"
>Dr. Emilio Lizardo</A
></H3
><HR></DIV
><P
> ... </P
><DIV
CLASS="SECT1"
><HR><H2
CLASS="SECT1"
><A
NAME="AEN9">On the Possibility of Going Home</H2
><P
> ... </P
></DIV
><A
NAME="AEN12"
></A
><HR><H1
><A
NAME="AEN12">Bibliography</H1
>... </DIV
></BODY
></HTML
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]