[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: XML to XML change, handling mixed content

Subject: Re: XML to XML change, handling mixed content
From: Ruud Grosmann <r.grosmann@xxxxxx>
Date: Wed, 19 Oct 2011 13:00:16 +0200
Re:  XML to XML change
On 10/18/11 22:41, Karlmarx R wrote:
Hello,

I have 2 questions:

Hi Karl Marx,


add a single template to analyze the text nodes:

<xsl:template match="text()>
<!-- do an analyze-string in here to match all occurences of links and to transform them to an a element. -->
<xsl:analyze-string select='.'
regex='.....'>
<xsl:matching-substring>
<!-- transform to a element>
</xsl:matching-substring>
<xsl:non-matching-substring>
<xsl:value-of select='.' />
</xsl:non-matching-substring>
</xsl:analyze-string>
</template>



You need to make a regex that fits your needs and to provide in elements that do the transformation.


regards, Ruud

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.