Subject: Re: Escaping Characters in replace()
From: Liam R E Quin <liam@xxxxxx>
Date: Tue, 15 Oct 2013 16:11:14 -0400
|
On Tue, 2013-10-15 at 15:31 -0400, Nathan Tallman wrote:
> There are separate instructions that insert " before the title/text()
> and ." after title/text(), which results in:
> "The Atomic Bomb Foreshadowed: 1700 Years Ago.". 1947.
As David says, I wouldn't match on text() as it doesn't do what most
people expect it to do.
Instead of adding a . always and then removing it sometimes, it's
usually better to add the . only when you ned it, e.g. with xsl:if
Liam
--
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Pictures from old books: http://fromoldbooks.org/
Ankh: irc.sorcery.net irc.gnome.org freenode/#xml
|