Re: [docbook-apps] Slides with Docbook

2015-10-29 Thread Stefan Seefeld
On 29.10.2015 05:46, camille wrote:
> Hello,
>
> we've been successfully generating S5 slides
> (http://meyerweb.com/eric/tools/s5/) from DocBook.
> It's very basic (one slide per section in an article) but works for
> simple needs.

Support for S5 has been integrated (together with some other backends a
few years ago) into the XSL distribution. You can find an example
document in
https://github.com/docbook/xslt10-stylesheets/tree/master/xsl/slides/doc.
(This needs some cleanup but unfortunately right now the entire XSL
stylesheets build system is broken, so I'm unable to work on this.
Hopefully that will be resolved soon.)

 Stefan

-- 

  ...ich hab' noch einen Koffer in Berlin...


-
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] any problems with DocBook XSL 1.79.0?

2015-10-29 Thread Bob Stayton

Hi Torsten,
Thanks for the report.  It is unfortunate that it wasn't filed as a bug 
report earlier so it could be fixed.  I'm unclear how to fix this as I'm 
not very familiar with the synop templates.  I'm concerned about 
introducing further bugs into a release that's about to go out.


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

On 10/29/2015 3:25 AM, Torsten Stolpmann wrote:

Hi Bob,

we use DBDoclet (http://www.dbdoclet.org/) to auto-generate
API-Documentation for DocBook.

Using the DocBook 1.79.0 stylesheets for html and fo output formats, the
following behavior also occurred with prior stylesheet versions:

When rendering a derived class in java the following output appears
(notice the trailing comma):

public final class Foo extends,
 Bar
{
}

The corresponding Docbook source generated by DBDoclet looks like the
following:


   Foo
   The Foo class.
   
 Synopsis
 
   
 public
 final
 class
 Foo
   
   
 
   Bar
 
   
 
   


I think this is rooted in the implementation of the following match
which does not recognize being called from a classsynopsis:


   
 
   , 
 
 

 
   
   
 
 
 
   


I think that the dbdoclet output is correct and this is a bug in the
stylesheets.

Otherwise the 1.79.0 release seems to be working great over here.

Regards,

Torsten

-
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] any problems with DocBook XSL 1.79.0?

2015-10-29 Thread Torsten Stolpmann

Hi Bob,

sounds reasonable.

A tempting approach would be to check if the match is not the first 
occurrence of ooclass|oointerface|ooexception in a classsynopsis and 
there is a following sibling instead (including moving the choose 
statement behind the span).


Then again this might of course break other stuff I do not now about.

Please let me know if I can assist in getting this resolved in a future 
release.


Do you need a bug filed for this at the Sourceforge Tracker?

Regards,

Torsten

On 29.10.2015 17:38, Bob Stayton wrote:

Hi Torsten,
Thanks for the report.  It is unfortunate that it wasn't filed as a bug
report earlier so it could be fixed.  I'm unclear how to fix this as I'm
not very familiar with the synop templates.  I'm concerned about
introducing further bugs into a release that's about to go out.

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

On 10/29/2015 3:25 AM, Torsten Stolpmann wrote:

Hi Bob,

we use DBDoclet (http://www.dbdoclet.org/) to auto-generate
API-Documentation for DocBook.

Using the DocBook 1.79.0 stylesheets for html and fo output formats, the
following behavior also occurred with prior stylesheet versions:

When rendering a derived class in java the following output appears
(notice the trailing comma):

public final class Foo extends,
 Bar
{
}

The corresponding Docbook source generated by DBDoclet looks like the
following:


   Foo
   The Foo class.
   
 Synopsis
 
   
 public
 final
 class
 Foo
   
   
 
   Bar
 
   
 
   


I think this is rooted in the implementation of the following match
which does not recognize being called from a classsynopsis:


   
 
   , 
 
 

 
   
   
 
 
 
   


I think that the dbdoclet output is correct and this is a bug in the
stylesheets.

Otherwise the 1.79.0 release seems to be working great over here.

Regards,

Torsten

-
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] any problems with DocBook XSL 1.79.0?

2015-10-29 Thread Michael Fuchs
Hi,

I am the author of dbdoclet and for my own transformation I did the
following customization of the synop stylesheet. I also use
attribute-sets for the keywords to have syntax highlighting. I also try
to deal with annotation and the indentation.
I hope this is helpful for somebody.

Regards,
Michael




]>

http://www.w3.org/1999/XSL/Transform;
xmlns:fo="http://www.w3.org/1999/XSL/Format; version="1.0">


























 extends 








 implements 








throws



{

}





0em
0em
0em
0em
0em
0em


;


















0em
0em
0em
0em
0em
0em

(
















































)


   
throws




 


;






, 







   
,










, 








, 








   
,




























,








, 








0




, 


 

 







0



 

 



































































Am 29.10.2015 um 17:58 schrieb Torsten Stolpmann:
> Hi Bob,
>
> sounds reasonable.
>
> A tempting approach would be to check if the match is not the first
> occurrence of ooclass|oointerface|ooexception in a classsynopsis and
> there is a following sibling instead (including moving the choose
> statement behind the span).
>
> Then again this might of course break other stuff I do not now about.
>
> Please let me know if I 

Re: [docbook-apps] any problems with DocBook XSL 1.79.0?

2015-10-29 Thread DeanNelson
 
Bob
 
Last night I ran the 1.79.0 load with my system (xsltproc, DB 4.5, fop 1.1) 
 
For the most part, everything works as expected. However, I am now getting  
a FOP warning when I use an XPointer. It looks like it adds it to the list 
of  FOP destinations, but does not use it. Hence :
 
 http://www.w3.org/2001/XInclude;  
href="../metriguard/loc-corpinfo.xml"xpointer="met-company"/>
and
  _TITLE;


produces this warning:
 
[WARN] FOUserAgent - Destination: Unresolved ID reference "met-company"  
found.
 
The FOP process produces a correct document, it just complains.  Here is 
the rub and why I am concerned: it works just fine with the stock  
stylesheets, no warnings and also with the 1.78.1 sytylesheets WITH my  
customizations. 
So this has me a little stumped. I also noticed in the  release notes that 
there was some work in this area. Somehow, the new  stylesheet allow FOP 
destinations that should not be there?
 
Since it works with the stock stylesheets, I am wondering how I can  
troubleshoot this in my own stylesheets and am asking for some input. Any  
clues 
or ideas?
 
Thanks
 
Dean Nelson
 

 
 
In a message dated 10/21/2015 3:35:40 P.M. Pacific Daylight Time,  
b...@sagehill.net writes:

It has  been about a week since candidate DocBook XSL 1.79.0 was 
released, and it  has been downloaded about 150 times.  Has anyone who 
has tried it run  into any problems yet?  If so, please let me know so 
they can be  fixed for the 1.79.1 release.

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

-
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] Slides with Docbook

2015-10-29 Thread camille
Hello,

we've been successfully generating S5 slides
(http://meyerweb.com/eric/tools/s5/) from DocBook.
It's very basic (one slide per section in an article) but works for
simple needs.

HTH,

Camille.

Le 29/10/2015 10:09, Niels Müller a écrit :
> Hi everyone
>
> Does anyone make slides with docbook 5? If yes, how?
> Don't get much info via Google, and what I get is old ;(
> I need a good ref or an alternative idea.
>
> Tia
>
> Cheers
> Niels
>
>


-
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] Slides with Docbook

2015-10-29 Thread Niels Müller

Hi everyone

Does anyone make slides with docbook 5? If yes, how?
Don't get much info via Google, and what I get is old ;(
I need a good ref or an alternative idea.

Tia

Cheers
Niels


--
Niels Muller Larsen, MSc
Programmer, Assoc Professor

 knghtbrd: Eww, find a better name, the movie sucked.. 
 Mercury: The engine is better than the movie

-
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] any problems with DocBook XSL 1.79.0?

2015-10-29 Thread Torsten Stolpmann

Hi Bob,

we use DBDoclet (http://www.dbdoclet.org/) to auto-generate 
API-Documentation for DocBook.


Using the DocBook 1.79.0 stylesheets for html and fo output formats, the 
following behavior also occurred with prior stylesheet versions:


When rendering a derived class in java the following output appears 
(notice the trailing comma):


public final class Foo extends,
Bar
{
}   

The corresponding Docbook source generated by DBDoclet looks like the 
following:



  Foo
  The Foo class.
  
Synopsis

  
public
final
class
Foo
  
  

  Bar

  

  


I think this is rooted in the implementation of the following match 
which does not recognize being called from a classsynopsis:



  

  , 


   

  
  



  


I think that the dbdoclet output is correct and this is a bug in the 
stylesheets.


Otherwise the 1.79.0 release seems to be working great over here.

Regards,

Torsten

-
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] DocBook XSL 1.79.0 release is available

2015-10-29 Thread Lars Vogel
Thanks Stefan for the answer. Really great news that DocBook is moving to
Github.

Best regards, Lars

2015-10-16 1:25 GMT+02:00 Stefan Seefeld :

> Hi Lars,
>
> On 15.10.2015 19:14, Lars Vogel wrote:
> > Hi Bob,
> >
> > thanks a bunch. I'm happy to hear about the move to Github.
> >
> > I missed that announcement. What is the current state of that move and
> > the new repository location?
>
> While I'm not Bob, I think I may answer that question :-) :
> DocBook as organization is on github here: https://github.com/docbook
> The stylesheets are here: https://github.com/docbook/xslt10-stylesheets
>
> Note that things are still somewhat in flux; for example, the build
> system on the migrated repo doesn't quite work yet. Hopefully that will
> be fixed soon, so we can start contributing patches.
>
> Regards,
> Stefan
>
> --
>
>   ...ich hab' noch einen Koffer in Berlin...
>
>
> -
> To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org
>
>