This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [docbook] ulink


On Wed, Apr 23, 2003 at 12:18:13PM -0500, JABakken at dstsystems dot com wrote:
> 
> I guess I should have been more specific.
> 
> Here's my text. The link does no work when I open the file in IE.
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <?xml:stylesheet type="text/css" href="xml.css"?>
> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
>                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"; [
>      <!--<!ENTITY chap1 SYSTEM "chap1.xml">
>      <!ENTITY chap2 SYSTEM "chap2.xml">
>      <!ENTITY chap3 SYSTEM "chap3.xml">
>      <!ENTITY chap4 SYSTEM "chap4.xml">-->
> ]>
> <book>
>   <title>DocBook Information</title>
>   <chapter><title>Test Document</title>
>     <para>This is a test document.</para>
>     <para>This is a test link to a popular search engine called <ulink url
> ="http://www.google.com";>google</ulink>.</para>
> 
>   </chapter>
> </book>

If you open this file in IE, it will try to style
the XML using "xml.css", according to the processing
instruction at the top of your file.  What is
xml.css?  Does it know how to handle ulink and other
DocBook elements?

If not, then you might try processing your XML file
with the DocBook XSL stylesheets to make HTML files
and then open those in IE.

-- 

Bob Stayton                                 400 Encinal Street
Publications Architect                      Santa Cruz, CA  95060
Technical Publications                      voice: (831) 427-7796
The SCO Group                               fax:   (831) 429-1887
                                            email: bobs at sco dot com

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-unsubscribe at lists dot oasis-open dot org
For additional commands, e-mail: docbook-help at lists dot oasis-open dot org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]