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] | [Elist Home]


Subject: DOCBOOK-APPS: 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



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


Powered by eList eXpress LLC