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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

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


Subject: how to link to a URL?


I am trying to mention a URL in a paragraph for a Docbook 5 file.

Following the example from the Docbook XSL book
http://www.sagehill.net/docbookxsl/Db5Tools.html#Db5LinkExamples , I
tried this:

                <para> For more information go to
                <link xlink:href="http://www.google.com";> </link></para>

Also I tried this:
                <para> For more information go to
                <link xlink:href="http://www.google.com";>google  </link></para>


In the latest version of Oxygen I get an  error when it tries to validate:


SystemID: C:\Documents and Settings\robert\My Documents\xml\myguide.xml
Engine name: Jing
Severity: fatal
Description: The prefix "xlink" for attribute "xlink:href" associated
with an element type "link" is not bound.
Start location: 76:72

This happens even if

Any idea what is going on? For my purposes I plan to output both in
pdf and html.

-- 
Robert Nagle

htpt://www.robertnagle.info


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