xsl-list
[Top] [All Lists]

Re: [xsl] Escaping Characters in replace()

2013-10-15 15:11:26
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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--