Hi Daniel,
I don't see any reason why xsl:copy would not work here,
and it would be
more flexible. This kind of change has been made in a
couple of other
places in the stylesheets, and this looks like another
candidate. You can
file a feature request on the DocBook SourceForge site.
Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs sagehill.net
----- Original Message -----
From: "Daniel Leidert"
<daniel.leidert.spam gmx.net>
To: "ml_docbook-apps" <docbook-apps lists.oasis-open.org>
Sent: Saturday, June 17, 2006 11:39 AM
Subject: [docbook-apps] [HTML] biblioentry.item.separator
param, a
linebreak/newline andxsl:value-of or xsl:copy-of
> Hello,
>
> I would like to have a '.\newline' as separator
between information in a
> biblioentry element, so the HTML output looks like
this:
>
>
> "$booktitle".
> $Authors.
> $Publisher.
> $Editon.
> $ISBN.
>
> (I would like to have this in a FAQ). Therefor I tried
to use
> biblioentry.item.separator, but I cannot get it to
work. Here two
> examples I tried:
>
> <xsl:param
name="biblioentry.item.separator">
> <xsl:text
disable-output-escaping="yes"><![CDATA[.&l
t;br/>]]></xsl:text>
> </xsl:param>
>
> But the disable-output-escaping is not
"respected". So I tried
>
> <xsl:param
name="biblioentry.item.separator">
> <xsl:text>.</xsl:text>
> <xsl:element name="br"/>
> </xsl:param>
>
> But this also failed. So I looked into the source code
and found, that
> it uses <xsl:value-of
select="$biblioentry.item.separator"/>. So
then I
> know, why it fails. Now my questions: Does it make
sense to request a
> change to xsl:copy-of or are there (already) discussed
reasons, why this
> is maybe not a good idea? Does anybody has a
suggestion, how I still
> could solve the issue for me?
>
> Thanks in advance.
> Regards, Daniel
>
>
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
>
>
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
|