freelanceprogrammers.org Forum Index » XML / XSL

Re: Announcement: DITA version 1.1.2 toolkit update


View user's profile Post To page top
dirtroad30534 Posted: Thu Jun 26, 2003 1:37 am


Joined: 13 Jun 2003

Posts: 39
Re: Announcement: DITA version 1.1.2 toolkit update
> The DITA team at IBM has released an updated version of the DITA
> toolkit...

Very nice, especially the reference guide. I especially like
the way you`ve organized the tags by related function... maybe
the DocBook folks will pick up on that (hint hint, subtle as a
sledgehammer ;-). I`ll probably not get a chance to start studying
it until this weekend, but it looks like the catalyst I`ve
been waiting for to get started.

--
Larry Kollar, Senior Technical Writer, ARRIS
"Content creators are the engine that drives
value in the information life cycle."
-- Barry Schaeffer, on XML-Doc
Reply with quote
Send private message
View user's profile Post To page top
xmldoc Posted: Thu Jun 26, 2003 9:26 pm


Joined: 26 Jun 2003

Posts: 20
Re: Announcement: DITA version 1.1.2 toolkit update
larry.kollar@... writes:

> > The DITA team at IBM has released an updated version of the DITA
> > toolkit...
>
> Very nice, especially the reference guide. I especially like
> the way you`ve organized the tags by related function... maybe
> the DocBook folks will pick up on that (hint hint, subtle as a
> sledgehammer ;-).

[...]

Dave Pawson put together a nice DocBook quick reference a while back,
with the elements all listed in logical groupings. A PDF version
(courtesy of Jeff Beal) is at:

http://www.twistedcranium.com/~jbbeal/professional/docbookref.pdf

Note that all the element names are hyperlinks to the corresponding
pages in the current online version of DocBook: The Definitive Guide.

Dave`s also go an HTML version:

http://www.dpawson.co.uk/docbook/qrefhtml.html

And the DocBook XML source for all of it is at:

http://www.dpawson.co.uk/docbook/qreflinked.xml

..though there`s a syntax error in the internal subset; I`m sure Dave
will get it fixed right away, but in case you download the file before
he fixes it, you can fix it locally - just change it to:

<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"/sgml/oasis/docbook412/docbookx.dtd"
[
<!ENTITY tdgHome "http://www.docbook.org/tdg/en/html/">
]
>

The XSLT stylesheet that Jeff put together for tranforming that to
FO/PDF is at:

http://sources.redhat.com/ml/docbook-apps/2002-q3/msg00345.html
Reply with quote
Send private message
View user's profile Post To page top
jeff.beal@... Posted: Thu Jun 26, 2003 9:34 pm


Joined: 13 Jun 2003

Posts: 5
Re: Announcement: DITA version 1.1.2 toolkit update
I just put an updated version of my Quick Reference Guide XSLT at
http://www.twistedcranium.com/~jbbeal/professional/docbookref.xsl

> -----Original Message-----
> From: Michael Smith [mailto:smith@...]
> Sent: Thursday, June 26, 2003 12:26 PM
> To: xml-doc@yahoogroups.com
> Subject: Re: [xml-doc] Announcement: DITA version 1.1.2 toolkit update
>
>
> larry.kollar@... writes:
>
> > > The DITA team at IBM has released an updated version of the DITA
> > > toolkit...
> >
> > Very nice, especially the reference guide. I especially like
> > the way you`ve organized the tags by related function... maybe
> > the DocBook folks will pick up on that (hint hint, subtle as a
> > sledgehammer ;-).
>
> [...]
>
> Dave Pawson put together a nice DocBook quick reference a while back,
> with the elements all listed in logical groupings. A PDF version
> (courtesy of Jeff Beal) is at:
>
> http://www.twistedcranium.com/~jbbeal/professional/docbookref.pdf
>
> Note that all the element names are hyperlinks to the corresponding
> pages in the current online version of DocBook: The Definitive Guide.
>
> Dave`s also go an HTML version:
>
> http://www.dpawson.co.uk/docbook/qrefhtml.html
>
> And the DocBook XML source for all of it is at:
>
> http://www.dpawson.co.uk/docbook/qreflinked.xml
>
> ..though there`s a syntax error in the internal subset; I`m sure Dave
> will get it fixed right away, but in case you download the file before
> he fixes it, you can fix it locally - just change it to:
>
> <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
> "/sgml/oasis/docbook412/docbookx.dtd"
> [
> <!ENTITY tdgHome "http://www.docbook.org/tdg/en/html/">
> ]
> >
>
> The XSLT stylesheet that Jeff put together for tranforming that to
> FO/PDF is at:
>
> http://sources.redhat.com/ml/docbook-apps/2002-q3/msg00345.html
>
> -------------------------------------------------------------------
> Post a message: mailto:xml-doc@yahoogroups.com
> Unsubscribe: mailto:xml-doc-unsubscribe@yahoogroups.com
> Switch to digest: mailto:xml-doc-digest@yahoogroups.com
> Put mail on hold: mailto:xml-doc-nomail@yahoogroups.com
> Contact adminstrator: mailto:xml-doc-owner@yahoogroups.com
> Make changes via Web: http://groups.yahoo.com/subscribe/xml-doc/
> Read archived messages: http://groups.yahoo.com/messages/xml-doc/
> -------------------------------------------------------------------
>
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
>
>
>
>
Reply with quote
Send private message
View user's profile Post To page top
mpriestl@... Posted: Thu Jun 26, 2003 9:48 pm


Joined: 16 Jun 2003

Posts: 3
Re: Announcement: DITA version 1.1.2 toolkit update
Larry Kollar writes:
>Very nice, especially the reference guide. I especially like
>the way you`ve organized the tags by related function...

The DTDs are split up into modules along the same boundaries - so you can
easily create a shell DTD that includes the information type and domains
you want, simply by pointing to the modules and redefining a few entities
(see any of the existing .dtd files for examples). That also lets you
integrate existing modules with additional specialized modules you develop
(adding markup for pharmaceutical docs, for example, or info types for
proposals). The resulting content (using a mix of core and specialized
markup) can still be transformed with the base output transforms, or those
can be extended as well, following exactly the same module structure.

The main point being that we`ve really tried to drive the semantic
groupings all the way through the architecture - it`s not just the docs,
it`s the way the whole architecture is organized, including DTDs, schemas,
XSLT, and CSS.

Michael Priestley
DITA Specialization Architect
Reply with quote
Send private message
Post new topic Reply to topic
Display posts from previous:   
 

All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
China Wholesale - Electronics Products
Character Studio - Tutorials and Help