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


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>



---------------------------------------------------------------------
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]