Re: AW: [xsl] Syntax Problem

Subject: Re: AW: [xsl] Syntax Problem
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 18 Mar 2003 15:39:52 GMT
> --text follows this line--
> The variable v_Tag contain a string like "root/tagname", how can i convert
> the string?

this is a FAQ. In general you need an Xpath parser.
It is liking how, in a C program do you get from the string "x + 1" to
the adding the value of the variable x to 1, you'd have to write a
parser for the expressions in the string. It is not anything you should
expect the language to do automatically.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread