RE: [docbook-apps] Using ePub

2009-03-27 Thread Eric Johnson
Thanks for the quick fix and the additional information!!

I got my book to build an open in Stanza desktop. There are still a few 
validation errors from the on-line validator, bit I think I know how to fix 
most of them.

One that perplexes me is that I got an error about the expected mimetype. The 
mimetype file I place at the root of the package contains 
application/epub+zip and the validator tells me that my package has the wrong 
mimetype and it is expecting application/epub+zip...

Is there something subtle that I'm missing?


-Original Message-
From: Keith Fahlgren [mailto:abdela...@gmail.com] 
Sent: Thursday, March 26, 2009 10:00 PM
To: Bob Stayton
Cc: Eric Johnson; docbook-apps@lists.oasis-open.org
Subject: Re: [docbook-apps] Using ePub

On Thu, Mar 26, 2009 at 3:39 PM, Bob Stayton b...@sagehill.net wrote:
 Indeed, the xmlns errors indicate a problem in the stylesheet.  You can't
 assign an element to a namespace by trying to assign an ordinary attribute
 with name xmlns.  It must use the namespace attribute on xsl:element.

 Change this (and the like):

       xsl:element name=item
         xsl:attribute
 name=xmlnshttp://www.idpf.org/2007/opf/xsl:attribute

 to this:

       xsl:element name=item namespace=http://www.idpf.org/2007/opf;

Thanks for this bug report, Bob. I'm surprised xsltproc never cared
but the code was horribly casual with namespaces, and this has been
resolved in SVN.

Eric: You can either grab a new epub/docbook.xsl here
http://docbook.svn.sourceforge.net/svnroot/docbook/trunk/xsl/epub/docbook.xsl
or wait for one of the snapshot builds.

Please let me know what I can do to help you get Ant going. I'm not an
Ant user, but have a basic understanding of the three ePub specs. You
may find this list of resources useful:
http://labs.oreilly.com/2009/03/epub-resources-and-guides.html


Keith

-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org



RE: [docbook-apps] Using ePub

2009-03-27 Thread Kwan, Richard
is the mimetype file the first in the zip? 

-Original Message-
From: Eric Johnson [mailto:emjoh...@progress.com] 
Sent: 27 March 2009 14:54
To: Keith Fahlgren
Cc: docbook-apps@lists.oasis-open.org
Subject: RE: [docbook-apps] Using ePub

Thanks for the quick fix and the additional information!!

I got my book to build an open in Stanza desktop. There are still a few 
validation errors from the on-line validator, bit I think I know how to fix 
most of them.

One that perplexes me is that I got an error about the expected mimetype. The 
mimetype file I place at the root of the package contains 
application/epub+zip and the validator tells me that my package has the wrong 
mimetype and it is expecting application/epub+zip...

Is there something subtle that I'm missing?


-Original Message-
From: Keith Fahlgren [mailto:abdela...@gmail.com]
Sent: Thursday, March 26, 2009 10:00 PM
To: Bob Stayton
Cc: Eric Johnson; docbook-apps@lists.oasis-open.org
Subject: Re: [docbook-apps] Using ePub

On Thu, Mar 26, 2009 at 3:39 PM, Bob Stayton b...@sagehill.net wrote:
 Indeed, the xmlns errors indicate a problem in the stylesheet.  You 
 can't assign an element to a namespace by trying to assign an ordinary 
 attribute with name xmlns.  It must use the namespace attribute on 
 xsl:element.

 Change this (and the like):

   xsl:element name=item
 xsl:attribute
 name=xmlnshttp://www.idpf.org/2007/opf/xsl:attribute

 to this:

   xsl:element name=item 
 namespace=http://www.idpf.org/2007/opf;

Thanks for this bug report, Bob. I'm surprised xsltproc never cared but the 
code was horribly casual with namespaces, and this has been resolved in SVN.

Eric: You can either grab a new epub/docbook.xsl here 
http://docbook.svn.sourceforge.net/svnroot/docbook/trunk/xsl/epub/docbook.xsl
or wait for one of the snapshot builds.

Please let me know what I can do to help you get Ant going. I'm not an Ant 
user, but have a basic understanding of the three ePub specs. You may find this 
list of resources useful:
http://labs.oreilly.com/2009/03/epub-resources-and-guides.html


Keith

-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org


 
This email was sent by a company owned by Pearson plc, registered office at 80 
Strand, London WC2R 0RL.
Registered in England and Wales with company number 53723

-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org



Re: [docbook-apps] Using ePub

2009-03-27 Thread Dongsheng Song
2009/3/27 Eric Johnson emjoh...@progress.com:
 Thanks for the quick fix and the additional information!!

 I got my book to build an open in Stanza desktop. There are still a few 
 validation errors from the on-line validator, bit I think I know how to fix 
 most of them.

 One that perplexes me is that I got an error about the expected mimetype. The 
 mimetype file I place at the root of the package contains 
 application/epub+zip and the validator tells me that my package has the 
 wrong mimetype and it is expecting application/epub+zip...

 Is there something subtle that I'm missing?


Why not use ant exec task like this[1] ?

[1] http://i18n-zh.googlecode.com/svn/trunk/doc/svnbook/en/

---
Dongsheng Song

-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org



RE: [docbook-apps] Using ePub

2009-03-27 Thread Eric Johnson
By first do you mean at the top level or do you mean the first file
listed in the zip?


-Original Message-
From: Kwan, Richard [mailto:richard.k...@uk.penguingroup.com] 
Sent: Friday, March 27, 2009 10:58 AM
To: Eric Johnson; Keith Fahlgren
Cc: docbook-apps@lists.oasis-open.org
Subject: RE: [docbook-apps] Using ePub

is the mimetype file the first in the zip? 

-Original Message-
From: Eric Johnson [mailto:emjoh...@progress.com] 
Sent: 27 March 2009 14:54
To: Keith Fahlgren
Cc: docbook-apps@lists.oasis-open.org
Subject: RE: [docbook-apps] Using ePub

Thanks for the quick fix and the additional information!!

I got my book to build an open in Stanza desktop. There are still a few
validation errors from the on-line validator, bit I think I know how to
fix most of them.

One that perplexes me is that I got an error about the expected
mimetype. The mimetype file I place at the root of the package contains
application/epub+zip and the validator tells me that my package has
the wrong mimetype and it is expecting application/epub+zip...

Is there something subtle that I'm missing?


-Original Message-
From: Keith Fahlgren [mailto:abdela...@gmail.com]
Sent: Thursday, March 26, 2009 10:00 PM
To: Bob Stayton
Cc: Eric Johnson; docbook-apps@lists.oasis-open.org
Subject: Re: [docbook-apps] Using ePub

On Thu, Mar 26, 2009 at 3:39 PM, Bob Stayton b...@sagehill.net wrote:
 Indeed, the xmlns errors indicate a problem in the stylesheet.  You 
 can't assign an element to a namespace by trying to assign an ordinary

 attribute with name xmlns.  It must use the namespace attribute on
xsl:element.

 Change this (and the like):

   xsl:element name=item
 xsl:attribute
 name=xmlnshttp://www.idpf.org/2007/opf/xsl:attribute

 to this:

   xsl:element name=item 
 namespace=http://www.idpf.org/2007/opf;

Thanks for this bug report, Bob. I'm surprised xsltproc never cared but
the code was horribly casual with namespaces, and this has been resolved
in SVN.

Eric: You can either grab a new epub/docbook.xsl here
http://docbook.svn.sourceforge.net/svnroot/docbook/trunk/xsl/epub/docboo
k.xsl
or wait for one of the snapshot builds.

Please let me know what I can do to help you get Ant going. I'm not an
Ant user, but have a basic understanding of the three ePub specs. You
may find this list of resources useful:
http://labs.oreilly.com/2009/03/epub-resources-and-guides.html


Keith

-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org


 
This email was sent by a company owned by Pearson plc, registered office
at 80 Strand, London WC2R 0RL.
Registered in England and Wales with company number 53723

-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org



RE: [docbook-apps] Using ePub

2009-03-27 Thread Kwan, Richard
Sorry Eric, I mean it has to be the first file listed in the zip. This
is from,

http://www.idpf.org/ocf/ocf1.0/download/ocf10.htm

...but MUST also contain a mimetype file as the first file in the ZIP
archive to aid in the easy identification of the media type of the
container. [See section 3.4]

-Original Message-
From: Eric Johnson [mailto:emjoh...@progress.com] 
Sent: 27 March 2009 15:12
To: Kwan, Richard; Keith Fahlgren
Cc: docbook-apps@lists.oasis-open.org
Subject: RE: [docbook-apps] Using ePub

By first do you mean at the top level or do you mean the first file
listed in the zip?


-Original Message-
From: Kwan, Richard [mailto:richard.k...@uk.penguingroup.com]
Sent: Friday, March 27, 2009 10:58 AM
To: Eric Johnson; Keith Fahlgren
Cc: docbook-apps@lists.oasis-open.org
Subject: RE: [docbook-apps] Using ePub

is the mimetype file the first in the zip? 

-Original Message-
From: Eric Johnson [mailto:emjoh...@progress.com]
Sent: 27 March 2009 14:54
To: Keith Fahlgren
Cc: docbook-apps@lists.oasis-open.org
Subject: RE: [docbook-apps] Using ePub

Thanks for the quick fix and the additional information!!

I got my book to build an open in Stanza desktop. There are still a few
validation errors from the on-line validator, bit I think I know how to
fix most of them.

One that perplexes me is that I got an error about the expected
mimetype. The mimetype file I place at the root of the package contains
application/epub+zip and the validator tells me that my package has
the wrong mimetype and it is expecting application/epub+zip...

Is there something subtle that I'm missing?


-Original Message-
From: Keith Fahlgren [mailto:abdela...@gmail.com]
Sent: Thursday, March 26, 2009 10:00 PM
To: Bob Stayton
Cc: Eric Johnson; docbook-apps@lists.oasis-open.org
Subject: Re: [docbook-apps] Using ePub

On Thu, Mar 26, 2009 at 3:39 PM, Bob Stayton b...@sagehill.net wrote:
 Indeed, the xmlns errors indicate a problem in the stylesheet.  You 
 can't assign an element to a namespace by trying to assign an ordinary

 attribute with name xmlns.  It must use the namespace attribute on
xsl:element.

 Change this (and the like):

   xsl:element name=item
 xsl:attribute
 name=xmlnshttp://www.idpf.org/2007/opf/xsl:attribute

 to this:

   xsl:element name=item 
 namespace=http://www.idpf.org/2007/opf;

Thanks for this bug report, Bob. I'm surprised xsltproc never cared but
the code was horribly casual with namespaces, and this has been resolved
in SVN.

Eric: You can either grab a new epub/docbook.xsl here
http://docbook.svn.sourceforge.net/svnroot/docbook/trunk/xsl/epub/docboo
k.xsl
or wait for one of the snapshot builds.

Please let me know what I can do to help you get Ant going. I'm not an
Ant user, but have a basic understanding of the three ePub specs. You
may find this list of resources useful:
http://labs.oreilly.com/2009/03/epub-resources-and-guides.html


Keith

-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org


 
This email was sent by a company owned by Pearson plc, registered office
at 80 Strand, London WC2R 0RL.
Registered in England and Wales with company number 53723

-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org



Re: [docbook-apps] ePub with Chinese character

2009-03-27 Thread Keith Fahlgren
On Thu, Mar 26, 2009 at 8:11 PM, Dongsheng Song
dongsheng.s...@gmail.com wrote:
 After I create epub book, FBReader works fine, Adobe Digital Editions
 can't display
 Chinese character, only show ''.

 Is there any advice for Chinese eBook ?

Either embed a font or use a different reader. Adobe Digital Editions
comes with basically no font support.


Keith

-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org



Re: [docbook-apps] Using ePub

2009-03-27 Thread Keith Fahlgren
On Fri, Mar 27, 2009 at 7:54 AM, Eric Johnson emjoh...@progress.com wrote:
 Thanks for the quick fix and the additional information!!

 I got my book to build an open in Stanza desktop. There are still a few 
 validation errors from the on-line validator, bit I think I know how to fix 
 most of them.

 One that perplexes me is that I got an error about the expected mimetype. The 
 mimetype file I place at the root of the package contains 
 application/epub+zip and the validator tells me that my package has the 
 wrong mimetype and it is expecting application/epub+zip...

 Is there something subtle that I'm missing?

Yes. The mimetype has to be the first record in the ZIP and has to be
uncompressed.


Keith

-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org



[docbook-apps] bookmark (left navigation pane) comes as expanded by default on PDF report docbook 1.74.3

2009-03-27 Thread Bela Patel
Hi,

I am using docbook version 1.74.3. to generate PDF reports.
I have left navigation pane (bookmark) on the report.

This left navigation pane shows all the section and chapter already expanded
when the report is genereted.
How can I make it to generete report so that all the sections comes as
collapsed by default?

Thanks,
Bela.


Re: [docbook-apps] bookmark (left navigation pane) comes as expanded by default on PDF report docbook 1.74.3

2009-03-27 Thread Bela Patel
I am using  libxslt-1.1.15.win32 (xsltproc) FO processor.
Thnaks,
Bela.
On Fri, Mar 27, 2009 at 1:30 PM, Bob Stayton b...@sagehill.net wrote:

  It depends on the FO processor.  Which one are you using?

 Bob Stayton
 Sagehill Enterprises
 b...@sagehill.net



 - Original Message -
 *From:* Bela Patel belaram...@gmail.com
 *To:* docbook-apps@lists.oasis-open.org
 *Sent:* Friday, March 27, 2009 10:10 AM
 *Subject:* [docbook-apps] bookmark (left navigation pane) comes as
 expanded by default on PDF report docbook 1.74.3

 Hi,

 I am using docbook version 1.74.3. to generate PDF reports.
 I have left navigation pane (bookmark) on the report.

 This left navigation pane shows all the section and chapter already
 expanded when the report is genereted.
 How can I make it to generete report so that all the sections comes as
 collapsed by default?

 Thanks,
 Bela.





RE: [docbook-apps] ePub with Chinese character

2009-03-27 Thread honyk
  After I create epub book, FBReader works fine, Adobe Digital Editions
  can't display Chinese character, only show ''.
 
  Is there any advice for Chinese eBook ?
 
 Either embed a font or use a different reader. Adobe Digital Editions
 comes with basically no font support.

I've searched for the same issue some time ago with the same hint:
http://www.adobeforums.com/webx/.59b66d43 

But I haven't tested embeding yet. To tell the truth, I am afraid of some
legal problems with the font license in such case.

Jan


-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org



Re: [docbook-apps] bookmark (left navigation pane) comes as expanded by default on PDF report docbook 1.74.3

2009-03-27 Thread Bob Stayton
Hi Bela,
Actually, libxslt is the XSLT processor that generates the XSL-FO file from the 
DocBook XML source fie.  The XSL-FO processor is used in the second step to 
convert the intermediate XSL-FO file to PDF.  The list of XSL-FO processors 
includes FOP, XEP, Antenna House, and others.

Bob Stayton
Sagehill Enterprises
b...@sagehill.net


  - Original Message - 
  From: Bela Patel 
  To: Bob Stayton 
  Cc: docbook-apps@lists.oasis-open.org 
  Sent: Friday, March 27, 2009 10:34 AM
  Subject: Re: [docbook-apps] bookmark (left navigation pane) comes as expanded 
by default on PDF report docbook 1.74.3


  I am using  libxslt-1.1.15.win32 (xsltproc) FO processor.

  Thnaks,
  Bela.

  On Fri, Mar 27, 2009 at 1:30 PM, Bob Stayton b...@sagehill.net wrote:

It depends on the FO processor.  Which one are you using?

Bob Stayton
Sagehill Enterprises
b...@sagehill.net


  - Original Message - 
  From: Bela Patel 
  To: docbook-apps@lists.oasis-open.org 
  Sent: Friday, March 27, 2009 10:10 AM
  Subject: [docbook-apps] bookmark (left navigation pane) comes as expanded 
by default on PDF report docbook 1.74.3


  Hi,

  I am using docbook version 1.74.3. to generate PDF reports.
  I have left navigation pane (bookmark) on the report.

  This left navigation pane shows all the section and chapter already 
expanded when the report is genereted.
  How can I make it to generete report so that all the sections comes as 
collapsed by default?

  Thanks,
  Bela.




Re: [docbook-apps] bookmark (left navigation pane) comes as expanded by default on PDF report docbook 1.74.3

2009-03-27 Thread Bela Patel
yes,

That is what I clarified in my second email. I misunderstood your question
earlier.
I am using FOP 0.95 as XSL-FO processor.

Thanks,
Bela.
On Fri, Mar 27, 2009 at 1:46 PM, Bob Stayton b...@sagehill.net wrote:

  Hi Bela,
 Actually, libxslt is the XSLT processor that generates the XSL-FO file from
 the DocBook XML source fie.  The XSL-FO processor is used in the second
 step to convert the intermediate XSL-FO file to PDF.  The list of XSL-FO
 processors includes FOP, XEP, Antenna House, and others.

 Bob Stayton
 Sagehill Enterprises
 b...@sagehill.net



  - Original Message -
 *From:* Bela Patel belaram...@gmail.com
   *To:* Bob Stayton b...@sagehill.net
 *Cc:* docbook-apps@lists.oasis-open.org
 *Sent:* Friday, March 27, 2009 10:34 AM
 *Subject:* Re: [docbook-apps] bookmark (left navigation pane) comes as
 expanded by default on PDF report docbook 1.74.3

 I am using  libxslt-1.1.15.win32 (xsltproc) FO processor.
 Thnaks,
 Bela.
 On Fri, Mar 27, 2009 at 1:30 PM, Bob Stayton b...@sagehill.net wrote:

  It depends on the FO processor.  Which one are you using?

 Bob Stayton
 Sagehill Enterprises
 b...@sagehill.net



 - Original Message -
 *From:* Bela Patel belaram...@gmail.com
 *To:* docbook-apps@lists.oasis-open.org
 *Sent:* Friday, March 27, 2009 10:10 AM
 *Subject:* [docbook-apps] bookmark (left navigation pane) comes as
 expanded by default on PDF report docbook 1.74.3

 Hi,

 I am using docbook version 1.74.3. to generate PDF reports.
 I have left navigation pane (bookmark) on the report.

 This left navigation pane shows all the section and chapter already
 expanded when the report is genereted.
 How can I make it to generete report so that all the sections comes as
 collapsed by default?

 Thanks,
 Bela.






Re: [docbook-apps] ePub with Chinese character

2009-03-27 Thread Paul Norton
Hi,

I don't know that you'd get better results with Chinese EPUBs, but Digital
Editions 1.7 pays attention to the xml:lang attribute, and font rendering
is, sometimes, affected, so you may bet better results when the language is
identified.

As to font license issues...

Well, there's some information online that should help you in knowing what's
appropriate and what is not. We have a guideline, ok, it's for embedding
fonts in PDF not EPUB, but it does cover the basics of font embedding and
the permissions set within the font:

www.adobe.com/devnet/acrobat/pdfs/FontPolicies.pdf

There's also an approach to protecting the fonts that is covered in the
following document:

http://www.idpf.org/doc_library/informationaldocs/FontManglingSpec.html

With InDesign we make sure that we are following the font permissions and we
protect the fonts.

Of course, I don't think anyone has implemented the font mangling in a
DocBook tool chain, but the font protection isn't really all that difficult.

Oh, and ADE 1.7 supports that font protection, so between that and
EPUBCheck, you'd have some things to test against.

HTH

Paul

On 3/27/09 10:37 AM, honyk j.tosov...@email.cz wrote:

 After I create epub book, FBReader works fine, Adobe Digital Editions
 can't display Chinese character, only show ''.
 
 Is there any advice for Chinese eBook ?
 
 Either embed a font or use a different reader. Adobe Digital Editions
 comes with basically no font support.
 
 I've searched for the same issue some time ago with the same hint:
 http://www.adobeforums.com/webx/.59b66d43
 
 But I haven't tested embeding yet. To tell the truth, I am afraid of some
 legal problems with the font license in such case.
 
 Jan
 
 
 -
 To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
 For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org
 


-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org



RE: [docbook-apps] Strange slowdown in stylesheets

2009-03-27 Thread Barton Wright
1. Were you using Java 1.5 on SuSe? Java 1.6 is significantly faster.

2. Check to make sure you're using the JRE you intend. Ubuntu installs ready to 
use gcj or perhaps icedtea as the default system JRE, and remains set up that 
way even if you install a Sun JRE or JDK. If you've installed a Sun JRE, you 
need to make it the system-wide default in the alternatives system. Run 
update-alternatives as root and select the JRE you intend to use for the java, 
javac, and several other commands.


-Original Message-
From: Dick Hamilton [mailto:rlhamil...@frii.com] 
Sent: Friday, March 27, 2009 2:10 PM
To: docbook-apps@lists.oasis-open.org
Subject: [docbook-apps] Strange slowdown in stylesheets

I just moved my environment from SuSE to Ubuntu, and have
generally been very pleased with the change.

However, after the move, my DocBook stylesheet builds are
taking significantly longer to run than they used to, even
though I'm running on the same hardware and software.

At first, I thought I might have messed up the catalog
settings and caused Saxon to go out to the web for schemas,
etc, but I see no network traffic during a build. Instead,
what I see is one cpu pegged at 100% and the other idling
along at 25%.

Here is the environment:

AMD 64 dual core, running Ubuntu 2.6.27-11, Saxon 6.5.3,
Java 1.5.0., 1.74.2 stylesheets.

Has anyone run into anything like this before or have any
suggestions on where to look for possible problems?

Best Regards,
Dick Hamilton
-
XML Press
XML for Technical Communicators
http://xmlpress.net
(970) 231-3624 



-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org


-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org



RE: [docbook-apps] Strange slowdown in stylesheets

2009-03-27 Thread Barton Wright
I found a good article on the Debian update-alternatives command as regards 
Java versions:

http://blog.stevenkroon.com/2006/08/29/debian-update-alternatives/ 

-Original Message-
From: Dick Hamilton [mailto:rlhamil...@frii.com] 
Sent: Friday, March 27, 2009 2:10 PM
To: docbook-apps@lists.oasis-open.org
Subject: [docbook-apps] Strange slowdown in stylesheets

I just moved my environment from SuSE to Ubuntu, and have
generally been very pleased with the change.

However, after the move, my DocBook stylesheet builds are
taking significantly longer to run than they used to, even
though I'm running on the same hardware and software.

At first, I thought I might have messed up the catalog
settings and caused Saxon to go out to the web for schemas,
etc, but I see no network traffic during a build. Instead,
what I see is one cpu pegged at 100% and the other idling
along at 25%.

Here is the environment:

AMD 64 dual core, running Ubuntu 2.6.27-11, Saxon 6.5.3,
Java 1.5.0., 1.74.2 stylesheets.

Has anyone run into anything like this before or have any
suggestions on where to look for possible problems?

Best Regards,
Dick Hamilton
-
XML Press
XML for Technical Communicators
http://xmlpress.net
(970) 231-3624 



-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org


-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org



RE: [docbook-apps] Strange slowdown in stylesheets

2009-03-27 Thread Dick Hamilton
Barton,

Thanks for the suggestions; I'm trying them out now.

Best Regards,
Dick

Managing Writers: A Real World Guide to Managing Technical Documentation
http://xmlpress.net/managingwriters.html 

 -Original Message-
 From: Barton Wright [mailto:barton.wri...@streambase.com] 
 Sent: Friday, March 27, 2009 12:30 PM
 To: Dick Hamilton; docbook-apps@lists.oasis-open.org
 Subject: RE: [docbook-apps] Strange slowdown in stylesheets
 
 
 I found a good article on the Debian update-alternatives 
 command as regards Java versions:
 
 http://blog.stevenkroon.com/2006/08/29/debian-update-alternatives/ 
 
 -Original Message-
 From: Dick Hamilton [mailto:rlhamil...@frii.com] 
 Sent: Friday, March 27, 2009 2:10 PM
 To: docbook-apps@lists.oasis-open.org
 Subject: [docbook-apps] Strange slowdown in stylesheets
 
 I just moved my environment from SuSE to Ubuntu, and have
 generally been very pleased with the change.
 
 However, after the move, my DocBook stylesheet builds are
 taking significantly longer to run than they used to, even
 though I'm running on the same hardware and software.
 
 At first, I thought I might have messed up the catalog
 settings and caused Saxon to go out to the web for schemas,
 etc, but I see no network traffic during a build. Instead,
 what I see is one cpu pegged at 100% and the other idling
 along at 25%.
 
 Here is the environment:
 
 AMD 64 dual core, running Ubuntu 2.6.27-11, Saxon 6.5.3,
 Java 1.5.0., 1.74.2 stylesheets.
 
 Has anyone run into anything like this before or have any
 suggestions on where to look for possible problems?
 
 Best Regards,
 Dick Hamilton
 -
 XML Press
 XML for Technical Communicators
 http://xmlpress.net
 (970) 231-3624 
 
 
 
 -
 To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
 For additional commands, e-mail: 
 docbook-apps-h...@lists.oasis-open.org
 
 



-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org



Re: [docbook-apps] Strange table behavior

2009-03-27 Thread DeanNelson
Correct - I saw this last night during my troubleshooting.

Thanks.



In a message dated 03/27/09 13:36:40 Pacific Daylight Time, b...@sagehill.net 
writes:
You might check to see if you have a css style that sets text-align to 
'justify' for p elements.

Bob Stayton
Sagehill Enterprises
b...@sagehill.net


- Original Message - 
From: deannel...@aol.com 
To: docbook-apps@lists.oasis-open.org 
Sent: Thursday, March 26, 2009 5:34 PM
Subject: [docbook-apps] Strange table behavior


All,
This is really not a Docbook issue, but rather an HTML issue, but it seems like 
someone here may know the reason for this. 

I have a table in Docbook where I left align the cell. Pretty straight forward, 
but when I output HTML it looks like justified text and not what I would 
expect. This isn't what I would call left justified. Am I missing something 
here or is this just the way it is?



But the HTML that is produced shows left align.

td align=leftpDocBook: The Definitive Guide/p/td
 
This isn't what I would call left justified. Am I missing something here or is 
this just the way it is? 
 
Thanks
Dean Nelson

 



Great Deals on Dell 15 Laptops - Starting at $479 



-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org
inline: Untitled