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

Re: difficulty using xsl:analyze-string

Subject: Re: difficulty using xsl:analyze-string
From: "Mukul Gandhi gandhi.mukul@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 18 Jul 2018 10:51:29 -0000
Re:  difficulty using xsl:analyze-string
Thanks, Mike for the thoughts.

On Wed, Jul 18, 2018 at 3:48 PM, Michael Kay mike@xxxxxxxxxxxx <
xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:

> Note that you can achieve what you are doing in 3.0 using the
> unparsed-text-lines() function, and in 2.0 it can be done more simply using
> tokenize() --
>
> 3.0 with expand-text=yes
>
> <xsl:for-each select="unparsed-text-lines('test.txt')">{.}<br/></xsl:for-
> each>
>
> 2.0:
>
> <xsl:for-each select="tokenize(unparsed-text('test.txt')),
> '\r\n'))"><xsl:value-of select="."/><br/></xsl:for-each>
>
> Michael Kay
> Saxonica
>





-- 
Regards,
Mukul Gandhi

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.