OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook] ulink


On Wed, Apr 23, 2003 at 12:18:13PM -0500, JABakken@dstsystems.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@sco.com


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]