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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

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


Subject: Strange HTML output...


Hi,

I've completed my porting to docbook 5 and I've also reworked my
building system - I use docbkx, a maven plugin that let me easily
generate HTML and PDF.

PDF output is perfect... while HTML output isn't. Here below is the HTML
output I get:

--------------------------------------------------------------------------------------
C# Coding Guidelines
Giuseppe Greco
<giuseppe.greco@agamura.com>


3.0


Copyright © 2012 Agamura, Inc.


All rights reserved. This document is provided as-is and its content may
change without prior notice - you bear the risk of using it. You may
copy and use this document without limitation, but it does not provide
you with any legal right to any intellectual property of Agamura, Inc.

Trademarks.  Agamura and the Agamura logo are trademarks of Agamura,
Inc. All other names are trademarks of their respective owners.


________________________________________________________________________
<sect1> <title>Introduction</title> <para> This document describes a set
of coding style guides for developing programs in the C# language.
</para> <para> A style guide is a set of mandatory requirements for
layout and formatting. Uniform style makes it easier for other
developers to grasp the essence of your programs quickly. </para> <para>
A style guide makes you more productive because it <emphasis>reduces
gratuitous choice</emphasis>. If you do not have to make choices about
trivial matters, you can spend your energy on the solution of real
problems. </para> <para> In these guidelines, several constructors are
plainly outlawed...
-------------------------------------------------------------------------------------- 

As you can see, title, legal notice, version are OK... while the rest
(i.e. sect1) isn't. The docbook tags are output as they are in the
source files - more or less, here is the real HTML code:

...
<span style="color: red">&lt;para&gt;
  This document describes a set of coding style guides for developing
  programs in the C# language.
&lt;/para&gt;</span>
...

Does anybody already experienced something similar? Any help would be
reeeally appreciated.

Thanks a lot,
j3d

-- 
----------------------------------------
Giuseppe Greco
6949 Comano
Switzerland

call giuseppe.greco via Skype
phone:  +41 (0)91 234 51 09
mobile: +41 (0)79 590 33 06
email:  giuseppe.greco@agamura.com
----------------------------------------



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