Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Perl to DocBook

by ghenry (Vicar)
on Jul 08, 2006 at 22:22 UTC ( [id://559961]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Perl to DocBook
in thread Perl to DocBook

I don't understand. Where is this code?

What more do you need other than <programlisting>?

Walking the road to enlightenment... I found a penguin and a camel on the way.....
Fancy a yourname@perl.me.uk? Just ask!!!

Replies are listed 'Best First'.
Re^4: Perl to DocBook
by jmerelo (Sexton) on Jul 09, 2006 at 22:10 UTC
    This is what I mean, to have this kind of listing within programlisting:
    <emphasis>#!/usr/bin/perl</emphasis> <function>print</function> "A estas horas, el Estudiante, no creyendo +su buen suceso y deshollinando con el vestido y los ojos el zaquizamí...\n"; <function>sleep</function> <constant">10</constant>;
    I'm not aware of docbook filters doing that kind of stuff automatically, that's why I've hacked that script. The question is, is there any other (better) way of doing it?

      No, no. You don't do this inside <programminglisting>

      You are trying to do presentational tagging inside this. The XML tags are for content markup. The presentation is done via XSLT Stylesheets.

      In all the Docbook XML I have written/read, (Fedora, Amanda, Samba, Gentoo etc.) it's never done the way you are trying to do it.

      I may be way off, but if you have an example of where you have seen it done this way, I'd love to read it.

      Thanks,
      Gavin.

      Walking the road to enlightenment... I found a penguin and a camel on the way.....
      Fancy a yourname@perl.me.uk? Just ask!!!
        Actually, I haven't seen it anyways, but I'd like to do it this way.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://559961]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-25 07:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found