On Tuesday 11 August 2009 08:28:24 Jaime Casanova wrote:
> try to build the docs to see how to properly test this and seems like
> you have to teach contrib.sgml and bookindex.sgml about
> dict-unaccent... and when i did that i got this:
>
> """
> openjade -wall -wno-unused-param -wno-empty -wfully-tagged -D . -c
> /usr/share/sgml/docbook/stylesheet/dsssl/modular/catalog -d
> stylesheet.dsl -t sgml -i output-html -V html-index postgres.sgml
> openjade:dict-unaccent.sgml:48:1:E: non SGML character number 128
> openjade:dict-unaccent.sgml:49:1:E: non SGML character number 129
> openjade:dict-unaccent.sgml:50:1:E: non SGML character number 130
> openjade:dict-unaccent.sgml:51:1:E: non SGML character number 131
> openjade:dict-unaccent.sgml:52:1:E: non SGML character number 132
> openjade:dict-unaccent.sgml:53:1:E: non SGML character number 133
> openjade:dict-unaccent.sgml:54:1:E: non SGML character number 134
> openjade:dict-unaccent.sgml:116:4:E: element "B" undefined
> make: *** [HTML.index] Error 1
> make: *** Se borra el archivo `HTML.index'
> """
You should escape the special characters as well as the <b> that appears as
part of the example output using character entitities (& etc.).