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

RE: Maipulating text string data in XML file with XSL

Subject: RE: Maipulating text string data in XML file with XSL ??
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Fri, 28 Sep 2001 13:48:22 +0100
xsl cut string
> I want to do some simple manipulation of some data in an XML
> file, however
> because I don't have a lot of XSLT experience I not sure if I
> can use it to
> achieve what I want.
>
> Here is what a bit of data looks like in the XML file:
>
> <draw date="2001-9-26" value="3-14-15-17-19-47-(5)"
> prizes="0,0,0,0,0" />
>
> In the transformed document I want to change the presentation
> of the 'date'
> and the 'value' to be something like this:
>
> <date>Wednesday, 26 September 2001</date>
> <numbers>03 14 15 17 19 47<numbers/>
> <bonus>05</bonus>
>
You can do these things in XSLT, but the language isn't designed to make it
especially easy, and you have to learn some new tricks. It's worth learning
how to write recursive named templates to parse strings like these, you'll
find a description of the technique in my "XSLT Programmer's Reference" or
on any of the tutorial sites (look under xsl:call-template).

If you want a short-cut, look at extension functions like
"saxon:tokenize()".

Sorry I don't have time to give you a fully worked solution,

Mike Kay

> Ross Kendall
> Technical Developer
> Affinity Internet Holdings

And as a heavy user, let me compliment your company on its excellent ISP
service.



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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-2007 All Rights Reserved.