Subject: Re: xsl:analyze-string use clarification needed
From: "bryan rasmussen" <rasmussen.bryan@xxxxxxxxx>
Date: Tue, 23 Jan 2007 16:13:12 +0100
|
okay cool. I figured it did based on discussions from about a year
back. Haven't had to use regex in XSL-T 2 yet.
On 1/23/07, David Carlisle <davidc@xxxxxxxxx> wrote:
> That an expression is automatically anchored at the head and tail.
no, xpath doesn't use automatic anchoring (which is a minor convenience
aid for schema validation, where typically you want to check the entire
content of an element, but would be a real pain for queries, where
typically you want to find out if some string occurs somewhere.
David
|