I just tried to upgrade from FOP 1.0 to 1.1 and while most things work, one RTF 
document doesn't.
It worked smoothly with the 1.0 version, but now produces an empty zero-byte 
OutputStream (ByteArrayOutputStream in my case).
No errors in the log, nothing.
The upgrade notes https://xmlgraphics.apache.org/fop/1.1/upgrading.html don't 
state anything about incompatibilities with RTF.

Any idea?

Attached are the xml, xsl and the working output from FOP 1.0.
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; xmlns:fo="http://www.w3.org/1999/XSL/Format";>
    <xsl:output indent="yes" />
    <xsl:template match="/">
        <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
            <!-- defines page layout -->
            <fo:layout-master-set>
                <fo:simple-page-master master-name="first" page-height="29.7cm" page-width="21cm" margin-top="2.54cm" margin-bottom="2.54cm" margin-left="3.17cm" margin-right="3.17cm">
                    <fo:region-body margin-top="0cm" />
                    <fo:region-before extent="0cm" />
                    <fo:region-after extent="0cm" />
                </fo:simple-page-master>
                <fo:page-sequence-master master-name="psmA">
                    <fo:repeatable-page-master-alternatives>
                        <fo:conditional-page-master-reference master-reference="first" />
                    </fo:repeatable-page-master-alternatives>
                </fo:page-sequence-master>
            </fo:layout-master-set>

            <fo:page-sequence master-reference="psmA">
                <xsl:variable name="title" select="/getabstract/header/title" />

                <fo:flow flow-name="xsl-region-body">
                    <fo:block font-size="11pt" font-family="Times, ArialUni">
                        <fo:block font-size="14pt" font-family="Times, ArialUni" font-weight="bold" color="#FF0000">
                            Book Information
                        </fo:block>
                        <fo:block>
                            Title:
                            <xsl:value-of select="/getabstract/header/title" />
                        </fo:block>
                        <fo:block>
                            Subtitle:
                            <xsl:value-of select="/getabstract/header/subtitle" />
                        </fo:block>
                        <fo:block>
                            Author:
                            <xsl:value-of select="/getabstract/header/authors" />
                        </fo:block>
                        <fo:block>
                            Copyright:
                            <xsl:value-of select="/getabstract/header/copyright" />
                        </fo:block>
                        <fo:block>
                            Year:
                            <xsl:value-of select="/getabstract/header/year" />
                        </fo:block>
                        <fo:block>
                            Pages:
                            <xsl:value-of select="/getabstract/header/pages" />
                        </fo:block>
                        <fo:block>
                            ISBN-13:
                            <xsl:value-of select="/getabstract/header/isbn" />
                        </fo:block>
                        <xsl:if test="/getabstract/langRights">
                            <fo:block>
                                <xsl:value-of select="/getabstract/langRights" />
                            </fo:block>
                        </xsl:if>
                        <xsl:if test="/getabstract/formatsLine">
                            <fo:block>
                                <xsl:value-of select="/getabstract/formatsLine" />
                            </fo:block>
                        </xsl:if>

                        <fo:block>&#xA0;</fo:block>
                        <fo:block>
                            Teaser:
                        </fo:block>
                        <fo:block>
                            <xsl:value-of select="/getabstract/editorialinfo/emailsentence" />
                        </fo:block>

                        <fo:block>&#xA0;</fo:block>
                        <fo:block>
                            Email text:
                        </fo:block>
                        <fo:block>
                            <xsl:value-of select="/getabstract/editorialinfo/emailsentenceweekly" />
                        </fo:block>

                        <fo:block>&#xA0;</fo:block>
                        <fo:block>
                            Key Words:
                        </fo:block>
                        <fo:block>
                            <xsl:value-of select="/getabstract/editorialinfo/keywords" />
                        </fo:block>
                        <fo:block>&#xA0;</fo:block>
                    </fo:block>

                    <fo:block font-size="11pt" font-family="Times, ArialUni">
                        <fo:block font-size="14pt" font-family="Times, ArialUni" font-weight="bold" color="#FF0000">
                            getAbstract Ratings
                        </fo:block>
                        <xsl:apply-templates select="/getabstract/ratings" />
                        <fo:block>
                            Push:
                            <xsl:value-of select="/getabstract/editorialinfo/mustRead" />
                        </fo:block>
                        <fo:block>&#xA0;</fo:block>
                        <fo:block>
                            Shelf Life:
                            <xsl:value-of select="/getabstract/editorialinfo/shelflife" />
                        </fo:block>
                        <fo:block>&#xA0;</fo:block>
                    </fo:block>

                    <!-- Focus -->
                    <fo:block font-size="11pt" font-family="Times, ArialUni">
                        <xsl:apply-templates select="/getabstract/focusdetail" />
                    </fo:block>

                    <!-- Take-Aways -->
                    <fo:block font-size="11pt" font-family="Times, ArialUni">
                        <xsl:apply-templates select="/getabstract/takeaways" />
                    </fo:block>

                    <!-- Relevance -->
                    <fo:block font-size="11pt" font-family="Times, ArialUni">
                        <xsl:apply-templates select="/getabstract/relevance" />
                    </fo:block>

                    <!-- Summary -->
                    <fo:block font-size="11pt" font-family="Times, ArialUni">
                        <xsl:apply-templates select="/getabstract/abstract" />
                    </fo:block>

                    <!-- About the Text -->
                    <fo:block font-size="11pt" font-family="Times, ArialUni">
                        <xsl:apply-templates select="/getabstract/abouttext" />
                    </fo:block>

                    <!-- Historical Background -->
                    <fo:block font-size="11pt" font-family="Times, ArialUni">
                        <xsl:apply-templates select="/getabstract/historicalbackground" />
                    </fo:block>

                    <!-- About the Author -->
                    <fo:block font-size="11pt" font-family="Times, ArialUni">
                        <xsl:apply-templates select="/getabstract/aboutauthor" />
                    </fo:block>

                    <!-- Quotes -->
                    <fo:block font-size="11pt" font-family="Times, ArialUni">
                        <xsl:apply-templates select="/getabstract/quotes" />
                    </fo:block>

                </fo:flow>

            </fo:page-sequence>
        </fo:root>
    </xsl:template>

    <xsl:template match="copyright">
        <xsl:apply-templates />
    </xsl:template>

    <xsl:template match="ratings">
        <xsl:apply-templates select="rating" />
    </xsl:template>

    <xsl:template match="rating">
        <fo:block>
            <xsl:value-of select="@caption" />
            :
            <xsl:value-of select="." />
        </fo:block>
    </xsl:template>

    <xsl:template match="focusdetail">
        <fo:block font-size="14pt" font-family="Times, ArialUni" font-weight="bold" color="#FF0000">
            Focus
        </fo:block>
        <xsl:apply-templates select="category" />
        <fo:block>&#xA0;</fo:block>
        <fo:block>
            Bestseller:
            <xsl:value-of select="/getabstract/editorialinfo/bestseller" />
        </fo:block>
        <fo:block>
            Classic:
            <xsl:value-of select="/getabstract/editorialinfo/businessclassic" />
        </fo:block>
        <fo:block>
            Audio:
            <xsl:value-of select="/getabstract/editorialinfo/audio" />
        </fo:block>
        <fo:block>&#xA0;</fo:block>
    </xsl:template>

    <xsl:template match="category">
        <xsl:choose>
            <xsl:when test="@active">
                <fo:block font-weight="bold">
                    <xsl:value-of select="@name" />
                </fo:block>
            </xsl:when>
            <xsl:otherwise>
                <fo:block>
                    <xsl:value-of select="@name" />
                </fo:block>
            </xsl:otherwise>
        </xsl:choose>
        <xsl:apply-templates select="subcategory" />
    </xsl:template>

    <xsl:template match="subcategory">
        <fo:block text-indent="1.5cm">
            &#xA0;
            <xsl:value-of select="@name" />
        </fo:block>
        <xsl:apply-templates select="subcategory" />
    </xsl:template>

    <xsl:template match="takeaways">
        <fo:block>&#xA0;</fo:block>
        <fo:block font-size="14pt" font-family="Times, ArialUni" font-weight="bold" color="#FF0000">
            Take-Aways
        </fo:block>
        <fo:list-block provisional-distance-between-starts="17pt" margin-left="0.7cm" font-size="11pt" font-weight="normal" font-family="Times, ArialUni">
            <xsl:apply-templates select="takeaway" />
        </fo:list-block>
        <fo:block>&#xA0;</fo:block>
    </xsl:template>

    <xsl:template match="takeaway">
        <fo:list-item>
            <fo:list-item-label end-indent="label-end()">
                <fo:block font-weight="bold">&#x2022;</fo:block>
            </fo:list-item-label>
            <fo:list-item-body start-indent="body-start()">
                <fo:block>
                    <xsl:apply-templates />
                </fo:block>
            </fo:list-item-body>
        </fo:list-item>
    </xsl:template>

    <xsl:template match="relevance">
        <fo:block font-size="14pt" font-family="Times, ArialUni" font-weight="bold" color="#FF0000">
            Relevance
        </fo:block>
        <fo:block>
            <xsl:apply-templates select="learntopics" />
        </fo:block>
        <fo:block>&#xA0;</fo:block>
        <fo:block>
            <xsl:apply-templates select="recommendation" />
        </fo:block>
        <fo:block>&#xA0;</fo:block>
    </xsl:template>

    <xsl:template match="learntopics">
        <fo:block font-weight="bold">
            What You Will Learn
        </fo:block>
        <fo:block>
            <xsl:apply-templates select="learnintro" />
            <xsl:for-each select="learntopic">
                &#xA0;
                <xsl:number />
                )
                <xsl:apply-templates />
            </xsl:for-each>
        </fo:block>
    </xsl:template>

    <xsl:template match="recommendation">
        <fo:block font-weight="bold">
            Review
        </fo:block>
        <fo:block>
            <xsl:apply-templates />
        </fo:block>
    </xsl:template>

    <xsl:template match="abstract">
        <fo:block>&#xA0;</fo:block>
        <fo:block font-weight="bold" font-size="14pt" color="#FF0000">
            Summary
        </fo:block>
        <xsl:apply-templates />
        <fo:block>&#xA0;</fo:block>
    </xsl:template>

    <xsl:template match="subheading">
        <fo:block font-weight="bold">
            <xsl:apply-templates />
        </fo:block>
    </xsl:template>

    <xsl:template match="paragraph">
        <fo:block>
            <xsl:apply-templates />
        </fo:block>
        <fo:block>&#xA0;</fo:block>
    </xsl:template>

    <xsl:template match="abouttext">
        <fo:block font-weight="bold" font-size="14pt" color="#FF0000">
            Zum Text
        </fo:block>
        <fo:block>
            <xsl:apply-templates />
        </fo:block>
        <fo:block>&#xA0;</fo:block>
    </xsl:template>

    <xsl:template match="historicalbackground">
        <fo:block font-weight="bold" font-size="14pt" color="#FF0000">
            Historischer Hintergrund
        </fo:block>
        <fo:block>
            <xsl:apply-templates />
        </fo:block>
        <fo:block>&#xA0;</fo:block>
    </xsl:template>

    <xsl:template match="aboutauthor">
        <fo:block font-weight="bold" font-size="14pt" color="#FF0000">
            About the Author
        </fo:block>
        <fo:block>
            <xsl:apply-templates />
        </fo:block>
        <fo:block>&#xA0;</fo:block>
    </xsl:template>

    <xsl:template match="quotes">
        <fo:block font-size="14pt" font-family="Times, ArialUni" font-weight="bold" color="#FF0000">
            Key Quotes
        </fo:block>
        <xsl:apply-templates select="quote" />
    </xsl:template>

    <xsl:template match="quote">
        <fo:block>
            <xsl:apply-templates />
        </fo:block>
        <fo:block>&#xA0;</fo:block>
    </xsl:template>

    <!-- GENERAL HTML TAGS INSIDE TEXTS WHICH SHOULD BE TRANSFORMED TO XSL:FO -->

    <xsl:template match="p">
        <fo:block text-align="start" text-align-last="start">
            <xsl:apply-templates select="*|@*|comment()|processing-instruction()|text()" />
        </fo:block>
        <fo:block>&#xA0;</fo:block>
    </xsl:template>
    <xsl:template match="b">
        <fo:wrapper font-weight="bold">
            <xsl:apply-templates />
        </fo:wrapper>
    </xsl:template>
    <xsl:template match="i">
        <fo:wrapper font-style="italic">
            <xsl:apply-templates />
        </fo:wrapper>
    </xsl:template>
    <xsl:template match="u">
        <fo:inline text-decoration="underline">
            <xsl:apply-templates />
        </fo:inline>
    </xsl:template>
    <xsl:template match="em">
        <fo:wrapper font-style="italic">
            <xsl:apply-templates />
        </fo:wrapper>
    </xsl:template>
    <xsl:template match="br">
        <fo:block>&#xA0;</fo:block>
    </xsl:template>
    <xsl:template match="ul">
        <fo:block>
            <fo:list-block>
                <xsl:for-each select="li">
                    <fo:list-item>
                        <fo:list-item-label end-indent="label-end()">
                            <fo:block font-weight="bold">&#x2022;</fo:block>
                        </fo:list-item-label>
                        <fo:list-item-body start-indent="body-start()">
                            <fo:block>
                                <xsl:apply-templates />
                            </fo:block>
                        </fo:list-item-body>
                    </fo:list-item>
                </xsl:for-each>
            </fo:list-block>
        </fo:block>
    </xsl:template>
    <xsl:template match="ol">
        <fo:block>
            <fo:list-block provisional-distance-between-starts="18pt" margin-left="0.7cm" space-before.optimum="4pt" font-size="11pt">
                <xsl:for-each select="li">
                    <fo:list-item>
                        <fo:list-item-label>
                            <fo:block>
                                .
                                <xsl:choose>
                                    <xsl:when test="@value">
                                        <xsl:value-of select="@value" />
                                        .
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <xsl:value-of select="position()" />
                                        .
                                    </xsl:otherwise>
                                </xsl:choose>
                            </fo:block>
                        </fo:list-item-label>
                        <fo:list-item-body>
                            <fo:block>
                                <xsl:apply-templates />
                            </fo:block>
                        </fo:list-item-body>
                    </fo:list-item>
                </xsl:for-each>
            </fo:list-block>
        </fo:block>
    </xsl:template>
    <xsl:template match="sup">
        <fo:inline vertical-align="super">
            <xsl:apply-templates />
        </fo:inline>
    </xsl:template>
    <xsl:template match="sub">
        <fo:inline vertical-align="sub">
            <xsl:apply-templates />
        </fo:inline>
    </xsl:template>
</xsl:stylesheet>

Attachment: business-at-the-speed-of-thought-gates-en-1.rtf
Description: business-at-the-speed-of-thought-gates-en-1.rtf

<?xml version="1.0" encoding="UTF-8"?>
<getabstract><header><title sizeTitle="25">Business @ the Speed of Thought</title><originalTitle>Business @ the Speed of Thought</originalTitle><originalSubtitle /><subtitle>Using a Digital Nervous System</subtitle><authors>Bill Gates</authors><authorsLastNameFirst>Gates, Bill</authorsLastNameFirst><copyright>Business Plus © 1999</copyright><ourcopyright>getAbstract © 2015</ourcopyright><pages>470 pages</pages><isbn>9780446675963</isbn><flashfile href="http://dev2.getabstract.com/abstractData/flashFile/business-at-the-speed-of-thought-gates-en-1.jpg";>http://dev2.getabstract.com/abstractData/flashFile/business-at-the-speed-of-thought-gates-en-1.jpg</flashfile><imageBorder>true</imageBorder><type>business</type><documentType>abstract</documentType><format sourceType="book">Book</format><outputFormat>5-pages</outputFormat><pdfLayout>automatic-2</pdfLayout><branding /><fulltextUrl>http://dev2.getabstract.com/BuyBook.do?dataId=1</fulltextUrl><sourceURL /><qrCodeURL>http://api.qrserver.com/v1/create-qr-code/?size=150x150&amp;data=http%3A%2F%2Fdev2.getabstract.com%2FBuyBook.do%3FdataId%3D1</qrCodeURL><language>en</language><year>1999</year><dateOriginalPublished>1999</dateOriginalPublished></header><editorialinfo><emailsentence>Most companies don't know how to use information. The first ones to find out will beat their competitors.</emailsentence><emailsentenceweekly /><keywords>business at the speed of thought; computers; Microsoft; Bill Gates</keywords><shelflife>2 years</shelflife><internalpriority>9</internalpriority><bestseller>no</bestseller><businessclassic>no</businessclassic><audio>no</audio><mustRead caption="Must Read">9</mustRead></editorialinfo><focus title="Focus"><channel>Leadership &amp; Management</channel><channel>Strategy</channel><channel>Sales &amp; Marketing</channel><channel>Finance</channel><channel>Human Resources</channel><channel active="active">IT, Production &amp; Logistics</channel><channel>Career &amp; Self-Development</channel><channel>Small Business</channel><channel>Economics &amp; Politics</channel><channel>Industries</channel><channel>Global Business</channel><channel>Concepts &amp; Trends</channel></focus><focusdetail><category name="IT, Production &amp; Logistics" categoryId="27000000" active="active"><subcategory name="Corporate IT" categoryId="27280000" /></category><category name="Global Business" categoryId="47000000"><subcategory name="Latin America" categoryId="47910000" /><subcategory name="Africa" categoryId="47920000" /><subcategory name="Oceania" categoryId="47930000" /></category></focusdetail><takeaways title="Take-Aways"><takeaway>Use computers more - and use more computers.</takeaway><takeaway>Digital information is easier to collect, faster to distribute, and more productive to use than paperwork.</takeaway><takeaway>Most companies don’t know how to use information. The first ones to find out will beat their competitors.</takeaway><takeaway>Information is a verb, not a noun.</takeaway><takeaway>Bad news is sometimes good news.</takeaway><takeaway>Technology isn’t just for techies.</takeaway><takeaway>People are adopting computer/Internet technology faster than they adopted telephones, electricity and television.</takeaway><takeaway>The lifestyle of the future will be the ’Web Lifestyle’.</takeaway><takeaway>Businesses, governments, schools, armies, hospitals - everybody must adapt to the Web Lifestyle.</takeaway><takeaway>Out with the old, in with the new - and buy Microsoft.</takeaway></takeaways><ratings title="Rating" subtitle="(10 is best)"><rating caption="Overall">5</rating><rating caption="Applicability">6</rating><rating caption="Innovation">5</rating><rating caption="Style">4</rating></ratings><disclaimer>To purchase personal subscriptions or corporate solutions, visit our website at www.getAbstract.com, send an email to i...@getabstract.com, or call us at our US of?ce (1-877-778-6627) or at our Swiss of?ce (+41-41-367-5151). getAbstract is an Internet-based knowledge rating service and publisher of book abstracts. getAbstract maintains complete editorial responsibility for all parts of this abstract. getAbstract acknowledges the copyrights of authors and publishers. All rights reserved. No part of this abstract may be reproduced or transmitted in any form or by any means – electronic, photocopying or otherwise – without prior written permission of getAbstract Ltd. (Switzerland).</disclaimer><relevance title="Relevance"><learntopics title="What You Will Learn"><learnintro>In this summary, you will learn how:</learnintro><learntopic number="1) ">How the evolution of digital data management transformed business</learntopic><learntopic number="2) ">How a Web lifestyle will take shape; and</learntopic><learntopic number="3) ">How computers have affected everything from hospital care to fighter planes</learntopic></learntopics><recommendation title="Review">"Words are like leaves; and where they most abound / much fruit of sense beneath is rarely found," wrote Alexander Pope, hundreds of years before critics said roughly the same thing about Bill Gates’s <em>Business @ the Speed of Thought</em>. But when the words in question come from the pen of Microsoft’s chairman, businesspeople and technophiles the world over rush to read them in search of whatever enlightening morsels might be hidden within. Indeed, the strength of this book, which sometimes reads like a Windows operating manual, is not in the grace of its prose. Rather, its value lies in the glimpse it gives of the world through the eyes of one of its richest and most influential men. As Gates sees it, the migration of data to the electronic state from paper was the seminal event of our age, and his book gives his take on its implications - hardly an irrelevant picture coming from the head of the world’s dominant software company. <em>getAbstract</em> recommends this book to any executive charged with developing a digital strategy.</recommendation></relevance><abstract title="Summary" spaceQuotePage2="0" spaceQuotePage5="0"><subheading>Tools for Knowledge Workers</subheading><paragraph title="Tools for Knowledge Workers">Computers are really important. They have changed business by making it possible to work faster than ever before. But this is only the beginning of what they can do. Most companies merely use computers to speed up things they used to do manually, but do them faster. They don’t recognize that computers are powerful tools that knowledge workers can use to analyze and work with information. Most business problems are in fact information problems, but few people now use information well. The potential of computers will only begin to be realized when businesses use computers to do new things with information.</paragraph><paragraph>The Internet is really important too. It has changed business by creating a shared space where knowledge workers can exchange information and ideas. Companies are only beginning to tap the potential of the Internet. Internet technology allows companies to create a "digital nervous system" analogous to the human physiological nervous system. When new information stimulates the digital nervous system the organization reacts fast as a reflex.</paragraph><subheading>The Digital Nervous System</subheading><paragraph title="The Digital Nervous System">Companies can only build digital nervous systems if they use computers to collect, store and distribute information digitally. Thanks to inexpensive personal computers and standard software, all companies can. Companies can and should gather information electronically, use computer software to analyze it, and use e-mail to get insights and opinions from employees. They should use digital technology to reorganize production work, improving quality and efficiency and turning mindless labor into knowledge work. They should use a digital nervous system to maintain direct contact with customers and suppliers, eliminating middlemen and improving communications. Of course, digital technology can bring customer complaints directly to the people responsible for addressing them - but easy access to digital information can do more, by making it possible for customers to solve their own problems. These are the kinds of things that companies should do.</paragraph><subheading>Information</subheading><paragraph title="Information">Most work in any business is information work. Information is human thought applied to data to solve a problem. Making more data available to more people makes businesses more productive. Two symptoms of poor information management are: unproductive meetings and middle managers with less data than they need. When people have more information, they can do more.</paragraph><paragraph>For example, information can transform sales people from deal-closers into business managers. Better information flows also allow top managers to get more creativity and insight out of their people, thereby raising business discussions from the operating stage to the strategic level.</paragraph><paragraph>Digital information flow allows companies to do new things with information, things that aren’t possible with an old-fashioned, paper-based information flow. Among other things, it makes it possible for a "self-service" approach to training, expense reimbursements, benefit management and other human resource functions, thereby reducing errors and cutting down on administrative overhead costs.</paragraph><paragraph>However in order to deliver on this promise, the tools available to manage digital information must be easy to use. Microsoft uses the "soft-boiled egg" rule: a user must be able to get in and out of most administrative tools within three minutes.</paragraph><subheading>Internet</subheading><paragraph title="Internet">The Internet will cause three fundamental shifts in business:
<ol>
<li value="1">Self-service, online transactions will be the norm.</li>
<li value="2">Customer service will be the main value driver.</li>
<li value="3">Companies will use the digital nervous system internally.</li>
</ol>
</paragraph><paragraph>The Internet will increase pressure on middlemen by making it easier for customers to get information about price, quality, alternative suppliers, etc. But middlemen can also use the Internet. E*Trade Securities and Merrill Lynch both use the Internet. So does Dell Computers. Today’s Internet customers are the technologically savvy, but the Internet is rapidly becoming mainstream.</paragraph><subheading>Web Lifestyle</subheading><paragraph title="Web Lifestyle">Computers are becoming cheaper and more common. As more people buy and use them, a Web Lifestyle will take shape. People will log on to get the daily news, to keep in touch with friends and family by e-mail and chats, to pay their bills, manage their finances, or conduct business.</paragraph><paragraph>They’ll probably carry small, wireless devices to stay connected wherever they happen to be. People are adopting computer and Internet technology faster than they adopted telephones, radio, television, or other major new technologies. The social and commercial implications will be enormous.</paragraph><subheading>Bad News is Good News</subheading><paragraph title="Bad News is Good News">Internet technology allows companies to have complete information about every customer and every asset in their business. Thus, it allows bad news to get to the people who need to see it fast. Bad news is good news because it allows companies to respond to problems immediately.</paragraph><subheading>Thinking Work: Knowledge Management</subheading><paragraph title="Thinking Work: Knowledge Management">Software can take over many of the routine chores of data analysis where the "human touch" adds nothing, and free up employees for problem-solving assignments where the "human touch" makes a difference. Companies should move to automate data collection and analysis. Knowledge management is about getting the right information to the people who need it so that they can act on the information quickly.</paragraph><paragraph>The Corporate IQ measures how broadly information is disseminated in a company. A high Corporate IQ means that information is shared widely, increasing the probability of creative problem solving by empowered, highly motivated teams. Knowledge management is most effective in planning, customer service, training and project collaboration. Collaboration among smart people makes for an energetic, stimulating workplace - the kind of environment apt to attract more smart people. Thus, knowledge management can help recruitment and boost the overall quality of human resources in a company.</paragraph><subheading>Big Wins, Big Risks</subheading><paragraph title="Big Wins, Big Risks">Winning big can sometimes require taking big risks - looking at where the market is, predicting where it will go, and steering the company in that direction. People scoffed at Microsoft when it was trying to become the first minicomputer software firm - this strategy was a big risk!  But risk taking is easier thanks to digital information technology. If information does not reduce risk, it at least makes risk easier to measure and monitor.</paragraph><paragraph>Digital information also makes it easier to re-engineer corporations. Redesigning processes to optimize information flow can solve important business problems. By reducing the number of people involved in processes, technology minimizes "hand-offs" and reduces the risk that someone will drop the ball. A good process wastes no time - and allows technology to speed up the real work.</paragraph><subheading>Special Needs</subheading><paragraph title="Special Needs">Computers can help improve patient care by reducing paperwork, making more information available to patients, and opening another channel for communications between doctors and patients. But so far, medical technology has focused on stand-alone diagnostic systems rather than on knowledge management. Despite the fact that health care units could share data, health care systems aren’t designed to work together. The Microsoft Healthcare Users Group is working to create medical applications of standard Windows technology that will allow "plug and play" compatibility.</paragraph><paragraph>Technology can also improve the administration of government. Government employees should communicate by e-mail and all information used in government administration should be digital. Technology companies should be given incentives to develop electronic commerce or, better, be involved in cooperative projects with government. Telecommunications should be deregulated and major investments in the sector encouraged. Technology should be the cornerstone of education and training programs.</paragraph><paragraph>In many schools, computers sit unused in their own "computer labs."  Instead, computers should be integrated with the whole process of education. PowerPoint and similar software can make lectures livelier and more colorful by giving teachers the tools to illustrate their presentations with photos and other illustrations. Computers are not a subject but a tool. However, making education digital will require leadership from the community and the school board.</paragraph><paragraph>Then there’s war - what a software opportunity!  During the 1991 Gulf War, high-tech aircraft worked wonders - but ground support and mission planning relied on primitive, non-digital tools. Now, instead of paper maps and colored pencils, pilots can rely on FalconView, a PC-based system developed at the Georgia Institute of Technology. FalconView has reduced mission-planning time from over seven hours to less than twenty minutes through the use of digital data and aeronautical mapping tools. FalconView works with the Windows CE operating system to help grunts on the ground, too. Marines are testing hand-held computers that link the field infantry with both command and control and air support in a battlefield intranet. In the future, such computers may be wearable - as standard-issue and disposable as a pair of boots.</paragraph><subheading>Examples</subheading><paragraph title="Examples">Dell Computers saw its online business grow from $1 million per week in 1995 to $5 million per day in 1999. Dell’s site emphasizes self-service. Customers can collect data, browse options and fill in order forms without involving a sales person. Corporate users can visit the Premier Page to order computers that meet specifications or constraints established by their firms. Thus, Dell’s sales people have time to provide expert advice on knottier problems.</paragraph><paragraph>Merrill Lynch saw its business model threatened first by discount brokers, then by online trading. It struck back by using digital technology to make its financial advisors more efficient and more helpful to clients. This required an $825 million investment in knowledge management and technological retooling. Because financial consultants have more information and analytical tools available on their desktops, they don’t have to spend much time looking up data. Instead, they can spend more time building and maintaining customer relationships. But one of the biggest benefits for customers of Merrill Lynch is information itself. Customers of Merrill Lynch OnLine can e-mail their financial consultants, get stock quotes and mutual fund prices, view research reports, pay their bills and transfer money among their accounts. The Internet has gone from threat to opportunity for the firm.</paragraph><paragraph>Marriott International opened a lead over its competitors by using the Web to empower its customers. Guests, agents and business travel or conference organizers can access Marriott’s site to search for hotels by location, facilities, amenities or recreational opportunities. There are links to nearby shops, restaurants and other attractions, a mapping feature to provide directions, and an interface for self-service reservations. Marriott got over $2 million in revenue through this site in 1997 - but the information benefits were arguably more impressive. At launch, Marriott posted an online survey that brought 7,000 responses in a single month. Business travelers said they wanted to save time online; leisure travelers wanted to spend more time online. A site redesign made it possible for business travelers to get in and out more quickly, and added some benefits that leisure travelers requested. Marriott now runs the survey annually - and between surveys gets ongoing information from approximately 1,000 customer e-mails daily.</paragraph></abstract><!--No about the text section available (only in classics)--><!--No historical background section available (only in classics)--><aboutauthor title="About the Author"><b>Bill Gates</b>, a college dropout, is the chairman of Microsoft Corp. and has more money than anyone else in the world (over $100 billion). His previous book was <em>The Road Ahead</em>. He lives with his wife and daughter in Seattle, WA. The U.S. Justice Department plans to take a wrecking ball to his company, but he’ll still have more money than anyone else in the world.</aboutauthor><quotes title="Quotes" automatic="true"><quote marginTop="0">“A number on a piece of paper is a dead end. A number in digital form is the start of meaningful thought and action.”</quote><quote marginTop="0">“Ultimately, the most important speed issue for companies is cultural.”</quote><quote marginTop="0">“If you find more than three or four decision makers in a room, you can be sure that the sheer number of the people involved is a major part of the problem.”</quote><quote marginTop="0">“If we go out of business, it won’t be because we’re not focused on the Internet, it’ll be because we’re too focused on the Internet.”</quote><quote marginTop="0">“The U.S. astronauts, like the monkeys before them, were just along for the ride.”</quote><quote marginTop="0">“Why should a plumber stand in line for two hours at a government office and lose two hours of pay, when by using the Internet he could get his license or pay his fees in a few minutes and be at work on time?”</quote><quote marginTop="0">“To recruit and retain smart people, you need to make it easy for them to collaborate with other smart people. That makes for a stimulating, energized workplace.”</quote><quote marginTop="0">“Legislatures in several U.S. states are using electronic systems to manage the process for drafting laws ... Software can also help schedule people for trials.”</quote><quote marginTop="0">“A few years ago a new Microsoft employee was called back to his home state because his mother had suffered a mild stroke ... ’During periods of mom’s acute care, paper piled up at a rate of exactly one inch per month,’ her son said.”</quote><quote marginTop="0">“I strongly believe that if companies empower their employees to solve problems and give them potent tools to do this with, they will always be amazed at how much creativity and initiative will blossom forth.”</quote><quote marginTop="0">“By embracing the digital age, we can accelerate the positive effects and mitigate the challenges such as privacy and have-vs.-have-not.”</quote><quote marginTop="0">“Building an information economy will make all the companies in the country more competitive.”</quote><quote marginTop="0">“Learn about the Internet today.”</quote></quotes><langRights>Rights in: zh</langRights><formatsLine>Formats: </formatsLine></getabstract>
---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to