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: Re: [docbook-apps] glossterm bold


Hi Sascha,

On Wed, 25 Feb 2015 15:55:16 +0100
Sascha Manns <Sascha.Manns@xcom.de> wrote:

> how does a valid prefix looks like?

Declare the namespace it in your root element:

  <xsl:template version="1.0"
       xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
       xmlns:d="http://docbook.org/ns/docbook";>

Add the prefix "d" before your element as in "d:glossterm". Remember,
you can choose whatever prefix you like ("d", "db", "docbook", ...).
Usually it more convenient to have a short one. What you can't change is
the namespace URI.

Here is a complete example:

http://doccookbook.sf.net/html/en/dbc.structure.section-to-sectX.html


-- 
Gruß/Regards,
    Thomas Schraitle


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