Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: [xsl] segmenting a paragraph

From: "Andrew Welch" <andrew.j.welch@--------->
To:
Date: 10/2/2007 10:16:00 AM
On 02/10/2007, Michael Kay <mike@xxxxxxxxxxxx> wrote:
> When you need to apply regex matching to text that crosses node boundaries,
> in the past two approaches have been proposed:
>
> (a) create a string in which the node boundaries are represented by some
> recognizable textual markup (you could use saxon:serialize()), then apply
> the regex processing, then reinstate the node structure (e.g. by using
> saxon:parse()).

Provided the <note> elements don't break a sentence then it's not needed is it?

eg for:

"First sentence. <note>a note.<note/> Second sentence."

<xsl:template match="p">
  <xsl:apply-templates/>
</

<xsl:template match="p/text()">
  <xsl:analyze-string ...
</

<xsl:template match="p/*">
  <xsl:copy-of select="."/>
</

...should meet the requirements as described.  I guess you're
expecting the requirements to change to "First <note>note</note>
sentence." .... ?



-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent