xsl-list
[Top] [All Lists]

Re: [xsl] why not match text()? (fork from "Novice Question - matching entire text children")

2010-12-20 17:30:33


On 21.12.2010 00:05, Syd Bauman wrote:
Watching this conversation, I found myself interested in how many
experts say there is rarely a need to match text nodes. I do that
all the time. Some examples include:

I'd like to second that (didn’t dare until you did), and add advanced whitespace normalization to the list: converting <b>term </b> or <i> term</i> (you see something like that in office manuscripts frequently) into <supersemantic>term</supersemantic>. The whitespace mustn’t be normalized away, but it has to be pulled out of the marked-up term into the surrounding text.

Glad you posted that, really.

-Gerrit

* transforming straight quotes to curly quotes
* conditionally changing "-" to en-dash or em-dash
* convert PUA characters to<tei:g>  elements
* deal with soft hyphens
* ditching the punctuation that follows a<list>
* finding the character before a footnote

So I'm guessing either
a) there's a better way for me to be doing these things, or
b) those experts who spoke of the rare need for matching text()
    either don't deal with data like mine -- TEI, i.e., mostly mixed
    content --, or deal with so much more of it that my needs for
    matching text() are, in fact, pretty rare from their point of view

I'm hoping someone will post the better way if it's (a). :-)


--~------------------------------------------------------------------
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>