docbook: Thread: Linux IPv6 HOWTO (fwd) not rendered in "code" style


[<<] [<] Page 1 of 1 [>] [>>]
Subject: Linux IPv6 HOWTO (fwd) not rendered in "code" style
From: Peter Bieringer ####@####.####
Date: 11 Apr 2002 06:23:22 -0000
Message-Id: <12230000.1018506198@localhost>

Hi,

anyone knows why <emphasis>-tags are visible?

Same happe on on http://www.tldp.org/HOWTO/Linux+IPv6-HOWTO/x356.html

Related SGML:


   <programlisting>
<![ CDATA [fe8<emphasis>x:  <- currently the only one in
use.</emphasis>
]]><![ CDATA [fe9<emphasis>x:</emphasis>
]]><![ CDATA [fea<emphasis>x:</emphasis>
]]><![ CDATA [feb<emphasis>x:</emphasis>
]]>   </programlisting>

Are this not allowed?

        Peter



---------- Forwarded Message ----------
Date: Thursday, April 11, 2002 01:44:09 AM +0200
Subject: Linux IPv6 HOWTO

> In section 3.2.1 there are <emphasis>-tags visible, which really
> should be rendered HTML (in the HTML-version which I'm reading at
> the moment).
> 
> http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_sing
> le/Linux+IPv6-HOWTO.html

---------- End Forwarded Message ----------


Subject: Re: Linux IPv6 HOWTO (fwd) not rendered in "code" style
From: Steve Sanfratello ####@####.####
Date: 11 Apr 2002 14:00:02 -0000
Message-Id: <02041108365800.03483@home.edu>

On Thursday 11 April 2002  1:23, Peter Bieringer wrote:
> Hi,
> 
> anyone knows why <emphasis>-tags are visible?
> 
>         Peter

elements like <programlisting>, <literallayout> or <screen> will
display exactly what you type, including tags, whitespace and 
all.

-- 
  __/_    _    _ 
_) /(- \/(-  _) . 
-----------------------------------------------------------
Subject: Re: Linux IPv6 HOWTO (fwd) not rendered in "code" style
From: "Dennis Grace" ####@####.####
Date: 11 Apr 2002 14:21:56 -0000
Message-Id: <OF1D2E00D8.9EDEF9DE-ON85256B98.004E0E67@pok.ibm.com>

Take a look at page 370 of DocBook TDG. If you want markup to work within
<programlisting> tags, do not couch the text within CDATA sections.

To get the emphasis tags to work, the SGML for the referenced page should
be

<programlisting>
fe8<emphasis>x:  <- currently the only one in
use.</emphasis>
fe9<emphasis>x:</emphasis>
fea<emphasis>x:</emphasis>
feb<emphasis>x:</emphasis>
</programlisting>

Dennis Grace

Information Developer
IBM Linux Technology Center
(512) 838-3937  T/L 678-3937  cell: (512)-296-7830
####@####.####

What is this some kind of demonstrative pronoun?




|---------+---------------------------->
|         |           Peter Bieringer  |
|         |           ####@####.####
|         |                            |
|         |           04/11/02 01:23 AM|
|         |                            |
|---------+---------------------------->
  >--------------------------------------------------------------------------------------------------------------|
  |                                                                                                              |
  |       To:       DocBook LDP ####@####.####                                                           |
  |       cc:                                                                                                    |
  |       Subject:  Linux IPv6 HOWTO (fwd) <emphasis> not rendered in "code" style                               |
  |                                                                                                              |
  |                                                                                                              |
  >--------------------------------------------------------------------------------------------------------------|



Hi,

anyone knows why <emphasis>-tags are visible?

Same happe on on http://www.tldp.org/HOWTO/Linux+IPv6-HOWTO/x356.html

Related SGML:


   <programlisting>
<![ CDATA [fe8<emphasis>x:  <- currently the only one in
use.</emphasis>
]]><![ CDATA [fe9<emphasis>x:</emphasis>
]]><![ CDATA [fea<emphasis>x:</emphasis>
]]><![ CDATA [feb<emphasis>x:</emphasis>
]]>   </programlisting>

Are this not allowed?

        Peter



---------- Forwarded Message ----------
Date: Thursday, April 11, 2002 01:44:09 AM +0200
Subject: Linux IPv6 HOWTO

> In section 3.2.1 there are <emphasis>-tags visible, which really
> should be rendered HTML (in the HTML-version which I'm reading at
> the moment).
>
> http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_sing
> le/Linux+IPv6-HOWTO.html

---------- End Forwarded Message ----------



_________________________
http://list.linuxdoc.org/





Subject: Re: Linux IPv6 HOWTO (fwd) not rendered in "code" style
From: "Dennis Grace" ####@####.####
Date: 11 Apr 2002 14:34:05 -0000
Message-Id: <OF78DE45F5.98746F70-ON85256B98.004F7ADC@pok.ibm.com>

If this were true, Peter's html would have shown the CDATA tagging, too.
Take a look at
http://www.oreilly.com/catalog/docbook/chapter/book/programlisting.html

White space and line breaks are recognized but so is markup. To get a
verbatim output within a <programlisting>, you have to use CDATA sections.
The CDATA sections are the culprits in Peter's doc.

Dennis Grace

Information Developer
IBM Linux Technology Center
(512) 838-3937  T/L 678-3937  cell: (512)-296-7830
####@####.####

What is this some kind of demonstrative pronoun?




|---------+---------------------------->
|         |           Steve Sanfratello|
|         |           ####@####.####
|         |           et>              |
|         |                            |
|         |           04/11/02 08:36 AM|
|         |                            |
|---------+---------------------------->
  >--------------------------------------------------------------------------------------------------------------|
  |                                                                                                              |
  |       To:       Peter Bieringer ####@####.#### DocBook LDP ####@####.####                        |
  |       cc:                                                                                                    |
  |       Subject:  Re: Linux IPv6 HOWTO (fwd) <emphasis> not rendered in "code" style                           |
  |                                                                                                              |
  |                                                                                                              |
  >--------------------------------------------------------------------------------------------------------------|




On Thursday 11 April 2002  1:23, Peter Bieringer wrote:
> Hi,
>
> anyone knows why <emphasis>-tags are visible?
>
>         Peter

elements like <programlisting>, <literallayout> or <screen> will
display exactly what you type, including tags, whitespace and
all.

--
  __/_    _    _
_) /(- \/(-  _) .
-----------------------------------------------------------

_________________________
http://list.linuxdoc.org/





Subject: Re: Linux IPv6 HOWTO (fwd) not rendered in "code" style
From: Peter Bieringer ####@####.####
Date: 11 Apr 2002 17:32:06 -0000
Message-Id: <8390000.1018546324@localhost>

Hi again,

--On Thursday, April 11, 2002 09:21:17 AM -0500 Dennis Grace
####@####.#### wrote:

> 
> Take a look at page 370 of DocBook TDG. If you want markup to work
> within <programlisting> tags, do not couch the text within CDATA
> sections.
> 
> To get the emphasis tags to work, the SGML for the referenced page
> should be
> 
> <programlisting>
> fe8<emphasis>x:  <- currently the only one in
> use.</emphasis>
> fe9<emphasis>x:</emphasis>
> fea<emphasis>x:</emphasis>
> feb<emphasis>x:</emphasis>
> </programlisting>


Hmm, shown output was generated by LyX

>    <programlisting>
> <![ CDATA [fe8<emphasis>x:  <- currently the only one in
> use.</emphasis>
> ]]><![ CDATA [fe9<emphasis>x:</emphasis>
> ]]><![ CDATA [fea<emphasis>x:</emphasis>
> ]]><![ CDATA [feb<emphasis>x:</emphasis>
> ]]>   </programlisting>

What now? Is LyX export buggy (this would not be the first time...)

TIA,
        Peter

[<<] [<] Page 1 of 1 [>] [>>]


  ©The Linux Documentation Project, 2014. Listserver maintained by dr Serge Victor on ibiblio.org servers. See current spam statz.