Re: [docbook-apps] Programlisting without page break but with border

2007-09-07 Thread fips
Hello Thanks very much : It works great for the . I changed your code to: 2pt #C8d3FF solid #000266 avoid You gave me the idea to search for css pages on the internet. the "page-break-inside" tag does the job for the second question. fips

Re: [docbook-apps] Importing HTML file into DocBook XML source

2007-09-07 Thread Bob Stayton
See if this reference helps you: http://www.sagehill.net/docbookxsl/InsertExtHtml.html Bob Stayton Sagehill Enterprises DocBook Consulting [EMAIL PROTECTED] - Original Message - From: [EMAIL PROTECTED] To: docbook-apps@lists.oasis-open.org Sent: Friday, September 07, 2007 10:

RE: [docbook-apps] White space in fo question

2007-09-07 Thread Dick Hamilton
Dave, > > > > > Since I'm willing to have the author insert the two spaces > > between sentences, I think the main question is whether > > there is a combination of parameters/attributes that would > > preserve all spaces except those at the beginning of the > > line in wrapped contexts (like par

[docbook-apps] Importing HTML file into DocBook XML source

2007-09-07 Thread JRancier
Is there a way to import a external HTML file into my HTML output when processing, using the HTML stylesheets?

Re: [docbook-apps] closing tag

2007-09-07 Thread Geraint North
Are you sure that the tag is the problem? I knocked up a quick piece of HTML: A link to foo And that displays fine in Firefox (everything black except the "foo", which is a hyperlink). I'm surprised that an tag would cause any text to look like an anchor, since that's

Re: [docbook-apps] closing tag

2007-09-07 Thread Marie Sauvage - EBM WebSourcing
Actually, I don't clearly see from where could come the problem, a simple test page render good. But when adding to the anchors works here... I'll investigate... Marie. Geraint North a écrit : Are you sure that the tag is the problem?  I knocked up a quick piece of HTML:      

Re: [docbook-apps] closing tag

2007-09-07 Thread Marie Sauvage - EBM WebSourcing
I never saw that before too, but changing for solved the display problem... maybe a bug on Firefox on linux... Finally, there were many templates to redefined (anchor, titles, etc.) so I made an ant regex replace on generated files and it works fine. thanks for your suggestion, I keep it in m

Re: [docbook-apps] closing tag

2007-09-07 Thread Oliver Becker
Marie Sauvage - EBM WebSourcing wrote: > > . > > but when I put no content (or a space) between opening and closing tag (instead of the point here), it's written in my html generated file like before with simply . Do you know what does it ? I'm using Ant and Xala

Re: [docbook-apps] closing tag

2007-09-07 Thread Marie Sauvage - EBM WebSourcing
I've found the template and succeeded partially :                                                                                                 .             but when I put no content (or a space) between opening and closing tag (instead of the point here), it's written in my html

[docbook-apps] closing tag

2007-09-07 Thread Marie Sauvage - EBM WebSourcing
Hi all ! I have a problem with my html output. The automatic are generated like that : but with this, Firefox doesn't consider it closed and all my text is highlighted like an anchor. I would like to have the anchors like that : is there a parameter to set to force the closing tag to be a