[docbook-apps] Eliminating XML Declaration in XHTML Transformations

2007-06-26 Thread Miller, Ray \(Centech\)
docbook-rng-5.0b4 xsl-1.72.0 oxygen-8.2.0 (eclipse-3.2.2 plugin) This has been probably asked before, but how does one eliminate the xml declaration occuring at the top of an xhtml transformation? Ray

Re: [docbook-apps] Eliminating XML Declaration in XHTML Transformations

2007-06-26 Thread Brett Leber
I'd also like to know how to do this. Also, how can I eliminate the DOCTYPE declaration too? Thanks, Brett On 6/26/2007 9:59 AM, Miller, Ray (Centech) wrote: docbook-rng-5.0b4 xsl-1.72.0 oxygen-8.2.0 (eclipse-3.2.2 plugin) This has been probably asked before, but how does one eliminate

RE: [docbook-apps] suppressing everything but the content of body in xhtml output

2007-06-26 Thread Mauritz Jeanson
-Original Message- From: Brett Leber Your XSL works, but I get the following at the top of the file, which I'd also like to suppress: ?xml version=1.0 encoding=UTF-8? !DOCTYPE div PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN

Re: [docbook-apps] suppressing everything but the content of body in xhtml output

2007-06-26 Thread Brett Leber
MJ, Thanks very much. Brett On 6/26/2007 10:43 AM, Mauritz Jeanson wrote: -Original Message- From: Brett Leber Your XSL works, but I get the following at the top of the file, which I'd also like to suppress: ?xml version=1.0 encoding=UTF-8? !DOCTYPE div PUBLIC -//W3C//DTD XHTML

[docbook-apps] Alternate HTML background-attachment Values

2007-06-26 Thread Miller, Ray \(Centech\)
docbook-rng-5.0b4 xsl-1.72.0 oxygen-8.2.0 (eclipse-3.2.2 plugin) Based on the html stylesheet transformed code fragment: background-repeat: no-repeat; background-position: top left; /* The following properties make the watermark fixed on the page. */ /* I think that's

[docbook-apps] FOP vs Saxon?

2007-06-26 Thread Linux Solutions
Hello, I'm using docbook5 and FOP 0.93 to generate PDF. I was wondering what the differences between Saxon and FOP is and if Saxon will generate better PDF's? Any help is appreciated. Also, any ETA on docbook5-xsl 1.72.1? I see there are a few fixes in there. Thanks, Josh

Re: [docbook-apps] FOP vs Saxon?

2007-06-26 Thread Colin Shapiro
Er... isn't Saxon an XSLT processor? I know there are multiple versions of Saxon, so maybe I'm missing something, but I do believe these two applications are for different purposes. Colin On 6/26/07, Linux Solutions [EMAIL PROTECTED] wrote: Hello, I'm using docbook5 and FOP 0.93 to generate

Re: [docbook-apps] suppressing everything but the content of body in xhtml output

2007-06-26 Thread Bob Stayton
One small correction. You can't do it with a customization layer, because of the way xsl:output elements are combined. I had some correspondence with Michael Kay about Saxon's behavior, and he says that once you have the doctypes declared, there is no way to completely undeclare them in a

[docbook-apps] External code files (using Xalan)

2007-06-26 Thread Mike M
Hi, I am having a little trouble getting external code files included. I am following the instructions as documented here: http://www.sagehill.net/docbookxsl/ExternalCode.html but I am not having any luck: the file is not being found. My docbook file contains this: textobjecttextdata

Re: [docbook-apps] External code files (using Xalan)

2007-06-26 Thread Jirka Kosek
Mike M wrote: My commandline is this (Windows): C:\Program Files\Java\jre1.6.0_01\bin\java -cp C:\DocBook\fop-0.93\build\fop.jar;C:\DocBook\fop-0.93\lib\xalan-2.7.0.jar;C:\DocBook

Re: [docbook-apps] External code files (using Xalan)

2007-06-26 Thread Mike M
Jirka, The transformation *is* invoked in the directory containing the docbook file and the file to be included. That is why I find it so strange that the file cannot be found. Mike - Original Message From: Jirka Kosek [EMAIL PROTECTED] To: Mike M [EMAIL PROTECTED] Cc: