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


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: several messages


On Thu, 3 Jan 2002, Bob Stayton wrote:
> On Thu, Jan 03, 2002 at 09:16:46PM +0100, Jochen Hein wrote:
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
>                 xmlns:xlink="http://www.w3.org/1999/xlink";
>                 version="1.0">
<snip/>
>   <xref>
>     <xsl:attribute name="href"
>                    namespace="http://www.w3.org/1999/xlink";>
>        <xsl:value-of select="@id"/></xsl:attribute>
>   </xref>

On Sun, 6 Jan 2002, Jochen Hein wrote:
> >>>>> "Bob" == Bob Stayton <bobs@caldera.com> writes:
> That leaves me with the top level element
> <book xmlns:xlink="http://www.w3.org/1999/xlink";>, where the
> xmlns:xlink attribute  is not declared in the DTD.

Just a wild guess. Have you tried this one?

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                xmlns:xlink="http://www.w3.org/1999/xlink";
		exclude-result-prefixes="xlink"
                version="1.0">

  <xref xmlns:xlink="http://www.w3.org/1999/xlink";>
    <xsl:attribute name="href"
                   namespace="http://www.w3.org/1999/xlink";>
       <xsl:value-of select="@id"/></xsl:attribute>
  </xref>


Bye,
Steffen.

-- 
  http://w3studi.informatik.uni-stuttgart.de/~maiersn/
mailto:Steffen.Maier@studserv.uni-stuttgart.de


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