public inbox for docbook-tools-discuss@sourceware.org
 help / color / mirror / Atom feed
* RE: Where, what and how - The future of DocBook
  2000-12-27  6:36 Where, what and how - The future of DocBook Pfaffner, Peter
@ 2000-12-05  7:18 ` Pfaffner, Peter
  2000-12-27  6:36 ` Style sheets 1.59 Eric Bischoff
  1 sibling, 0 replies; 4+ messages in thread
From: Pfaffner, Peter @ 2000-12-05  7:18 UTC (permalink / raw)
  To: DocBook forum (E-mail 2)

Hi all,
I'm new to this discussion list and not sure, if this is the right way to
reply to a topic (sorry if I'm wrong).

Peter Toft brought up an interesting Question:
>>>Many companies don't accept DocBook - why?
>>>Can't we do better???

I'm responsible for all kinds of technical standards for 12 months now. One
of them is documentation. Actually I decided to switch from MsWord ;-) to
FrameMaker+SGML for Windows and have to choose/create a company-DTD. To make
a long story short, I decided not to use DocBook as delivered.

Why?
Well, at first, our writers are not used to SGML/XML at all, or native SGML
authoring tools (thats the reason for an expensive WYSIWYG tool like
FM+SGML). And it is essential for a broad acceptance of the paradigm change
to make the switch as smooth as possible. Try to replace the good old
typewriter of your grandpa by a computer, and you know what I am talking
about :-). Microsoft customers are used to menus, choices and WYSIWYG (and
I'm too in the meantime). I've worked with IBMs DCF/GML for almost 10 years
being tired to stare at tagged plaintext to figure out, how it might look in
print.
I installed the DocBook 3.0 EDD(DTD) for FrameMaker and tested it. To be
frank, the content model (take Element Para for example) is overwhelming.
The naming conventions for elements are not consistent, so that related
elements are not near to each other in the (alphabetically sorted) valid
element list. The mixture of elements for articles, reference pages and
books in one content model makes the whole thing sort of clumsy and I guess,
hard to maintain too.
Looking forward to DocBook 5.0 (XML?), it may get worse, because XML doesn't
support SGMLs Include/Exclude.

My personel recommendation is:
split the DocBook-Standard into smaller one's with a common subset of
elements and attributes. Wrap similar elements (all list types) in higher
level structures (for example "Lists"), which can be unwrapped by XSLT, if
necessary.

What I will do instead?
I'm going to write a new, simplified and heavily reduced XML-DTD (hey, what
are nights and weekends for ;-) based on DocBook V4.1 and IBMIDDOC trying to
be as  DocBook conformant as possible.

Suggestions and comments are appreciated.



-----Original Message-----
From: docbook-tools-discuss-owner@sources.redhat.com
[ mailto:docbook-tools-discuss-owner@sources.redhat.com]On Behalf Of
Peter Toft
Sent: Monday, December 04, 2000 12:07 PM
To: docbook-tools-discuss@sourceware.cygnus.com
Subject: Where, what and how - The future of DocBook


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Style sheets 1.59
  2000-12-27  6:36 ` Style sheets 1.59 Eric Bischoff
@ 2000-12-05  7:29   ` Eric Bischoff
  0 siblings, 0 replies; 4+ messages in thread
From: Eric Bischoff @ 2000-12-05  7:29 UTC (permalink / raw)
  To: docbook-tools-discuss

Hi all,

I just packaged the version 1.59 of the DSSSL style sheets. The principal 
innovation is support for Korean. You can find the package at the usual place 
in new-trials/.

I'd like some help: I have to convert a Chinese (zh-cn), a Japanese (ja)
and a korean (ko) DocBook files to PostScript. Can someone help me out with 
that? Help!!!

I also have someone who is ready to write the zh-tw style sheet. I'll forward 
the result to Norm when it'll be ready.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Style sheets 1.59
  2000-12-27  6:36 Where, what and how - The future of DocBook Pfaffner, Peter
  2000-12-05  7:18 ` Pfaffner, Peter
@ 2000-12-27  6:36 ` Eric Bischoff
  2000-12-05  7:29   ` Eric Bischoff
  1 sibling, 1 reply; 4+ messages in thread
From: Eric Bischoff @ 2000-12-27  6:36 UTC (permalink / raw)
  To: docbook-tools-discuss

Hi all,

I just packaged the version 1.59 of the DSSSL style sheets. The principal 
innovation is support for Korean. You can find the package at the usual place 
in new-trials/.

I'd like some help: I have to convert a Chinese (zh-cn), a Japanese (ja)
and a korean (ko) DocBook files to PostScript. Can someone help me out with 
that? Help!!!

I also have someone who is ready to write the zh-tw style sheet. I'll forward 
the result to Norm when it'll be ready.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: Where, what and how - The future of DocBook
@ 2000-12-27  6:36 Pfaffner, Peter
  2000-12-05  7:18 ` Pfaffner, Peter
  2000-12-27  6:36 ` Style sheets 1.59 Eric Bischoff
  0 siblings, 2 replies; 4+ messages in thread
From: Pfaffner, Peter @ 2000-12-27  6:36 UTC (permalink / raw)
  To: DocBook forum (E-mail 2)

Hi all,
I'm new to this discussion list and not sure, if this is the right way to
reply to a topic (sorry if I'm wrong).

Peter Toft brought up an interesting Question:
>>>Many companies don't accept DocBook - why?
>>>Can't we do better???

I'm responsible for all kinds of technical standards for 12 months now. One
of them is documentation. Actually I decided to switch from MsWord ;-) to
FrameMaker+SGML for Windows and have to choose/create a company-DTD. To make
a long story short, I decided not to use DocBook as delivered.

Why?
Well, at first, our writers are not used to SGML/XML at all, or native SGML
authoring tools (thats the reason for an expensive WYSIWYG tool like
FM+SGML). And it is essential for a broad acceptance of the paradigm change
to make the switch as smooth as possible. Try to replace the good old
typewriter of your grandpa by a computer, and you know what I am talking
about :-). Microsoft customers are used to menus, choices and WYSIWYG (and
I'm too in the meantime). I've worked with IBMs DCF/GML for almost 10 years
being tired to stare at tagged plaintext to figure out, how it might look in
print.
I installed the DocBook 3.0 EDD(DTD) for FrameMaker and tested it. To be
frank, the content model (take Element Para for example) is overwhelming.
The naming conventions for elements are not consistent, so that related
elements are not near to each other in the (alphabetically sorted) valid
element list. The mixture of elements for articles, reference pages and
books in one content model makes the whole thing sort of clumsy and I guess,
hard to maintain too.
Looking forward to DocBook 5.0 (XML?), it may get worse, because XML doesn't
support SGMLs Include/Exclude.

My personel recommendation is:
split the DocBook-Standard into smaller one's with a common subset of
elements and attributes. Wrap similar elements (all list types) in higher
level structures (for example "Lists"), which can be unwrapped by XSLT, if
necessary.

What I will do instead?
I'm going to write a new, simplified and heavily reduced XML-DTD (hey, what
are nights and weekends for ;-) based on DocBook V4.1 and IBMIDDOC trying to
be as  DocBook conformant as possible.

Suggestions and comments are appreciated.



-----Original Message-----
From: docbook-tools-discuss-owner@sources.redhat.com
[ mailto:docbook-tools-discuss-owner@sources.redhat.com]On Behalf Of
Peter Toft
Sent: Monday, December 04, 2000 12:07 PM
To: docbook-tools-discuss@sourceware.cygnus.com
Subject: Where, what and how - The future of DocBook


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-12-27  6:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-27  6:36 Where, what and how - The future of DocBook Pfaffner, Peter
2000-12-05  7:18 ` Pfaffner, Peter
2000-12-27  6:36 ` Style sheets 1.59 Eric Bischoff
2000-12-05  7:29   ` Eric Bischoff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).